diff options
| author | Dan Gohman <gohman@apple.com> | 2008-07-25 15:25:32 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2008-07-25 15:25:32 +0000 |
| commit | 4e6a25ac450b614d4f643db89e3f7c0de223807f (patch) | |
| tree | 680b215da6e50b4a33147cdf13a1069e6ad1ab77 /llvm | |
| parent | 394ec3ab5a95f1755a4e455233aa7a430fa854b7 (diff) | |
| download | bcm5719-llvm-4e6a25ac450b614d4f643db89e3f7c0de223807f.tar.gz bcm5719-llvm-4e6a25ac450b614d4f643db89e3f7c0de223807f.zip | |
This test needs -aggressive-remat enabled.
llvm-svn: 54015
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/CodeGen/X86/remat-constant.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/remat-constant.ll b/llvm/test/CodeGen/X86/remat-constant.ll index eb12c312e9b..d9ef6fe76d7 100644 --- a/llvm/test/CodeGen/X86/remat-constant.ll +++ b/llvm/test/CodeGen/X86/remat-constant.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -march=x86-64 -relocation-model=static | grep xmm | count 2 +; RUN: llvm-as < %s | llc -march=x86-64 -relocation-model=static -aggressive-remat | grep xmm | count 2 declare void @bar() nounwind |

