aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/GVN/rle-must-alias.ll
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2008-12-13 09:28:44 +0000
committerBill Wendling <isanbard@gmail.com>2008-12-13 09:28:44 +0000
commit8295e49e768d0ece4204d41416d500f572a3faf8 (patch)
tree2a1af749d08394b8e94b0c50544d73a36810248e /test/Transforms/GVN/rle-must-alias.ll
parentb07fbd9bdde37ebd404e8b8dc167795728f162e1 (diff)
downloadexternal_llvm-8295e49e768d0ece4204d41416d500f572a3faf8.zip
external_llvm-8295e49e768d0ece4204d41416d500f572a3faf8.tar.gz
external_llvm-8295e49e768d0ece4204d41416d500f572a3faf8.tar.bz2
Temporarily revert r60973. It's inexplicably causing a failure when self-hosting LLVM:
llvm[2]: Linking Release executable opt (without symbols) ... Undefined symbols: "llvm::APFloat::IEEEsingle", referenced from: __ZN4llvm7APFloat10IEEEsingleE$non_lazy_ptr in libLLVMCore.a(Constants.o) __ZN4llvm7APFloat10IEEEsingleE$non_lazy_ptr in libLLVMCore.a(AsmWriter.o) __ZN4llvm7APFloat10IEEEsingleE$non_lazy_ptr in libLLVMCore.a(ConstantFold.o) "llvm::APFloat::IEEEdouble", referenced from: __ZN4llvm7APFloat10IEEEdoubleE$non_lazy_ptr in libLLVMCore.a(Constants.o) __ZN4llvm7APFloat10IEEEdoubleE$non_lazy_ptr in libLLVMCore.a(AsmWriter.o) __ZN4llvm7APFloat10IEEEdoubleE$non_lazy_ptr in libLLVMCore.a(ConstantFold.o) ld: symbol(s) not found This is in release mode. To replicate, compile llvm and llvm-gcc in optimized mode. Then build llvm, in optimized mode, with the newly created compiler. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60977 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/GVN/rle-must-alias.ll')
-rw-r--r--test/Transforms/GVN/rle-must-alias.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/GVN/rle-must-alias.ll b/test/Transforms/GVN/rle-must-alias.ll
index d23623e..e507556 100644
--- a/test/Transforms/GVN/rle-must-alias.ll
+++ b/test/Transforms/GVN/rle-must-alias.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -gvn | llvm-dis | grep {DEAD = phi i32 }
+; RUN: llvm-as < %s | opt -gvn | llvm-dis | grep {DEAD.rle = phi i32}
; The %7 and %4 loads combine to make %DEAD unneeded.
target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:128:128"
target triple = "i386-apple-darwin7"