diff options
author | Evan Cheng <evan.cheng@apple.com> | 2008-02-23 02:08:30 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2008-02-23 02:08:30 +0000 |
commit | 174ef9a0bbdcab0dbd53b7c891d62b1fccf9a187 (patch) | |
tree | fe63d13487ea218dfc809a13ff178f2fa2630306 /llvm | |
parent | 42cb72e52cd14d3cda0d702363aa9c209205a4c3 (diff) | |
download | bcm5719-llvm-174ef9a0bbdcab0dbd53b7c891d62b1fccf9a187.tar.gz bcm5719-llvm-174ef9a0bbdcab0dbd53b7c891d62b1fccf9a187.zip |
Remat of pic loads are now on by default.
llvm-svn: 47525
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/test/CodeGen/X86/pic-load-remat.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/pic-load-remat.ll b/llvm/test/CodeGen/X86/pic-load-remat.ll index 674fb01ec6f..b4a9ffb9225 100644 --- a/llvm/test/CodeGen/X86/pic-load-remat.ll +++ b/llvm/test/CodeGen/X86/pic-load-remat.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -mtriple=i686-apple-darwin -mattr=+sse2 -relocation-model=pic -remat-pic-load | grep padd | grep pb +; RUN: llvm-as < %s | llc -mtriple=i686-apple-darwin -mattr=+sse2 -relocation-model=pic | grep padd | grep pb define void @f() nounwind { entry: |