summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/remat-constant.ll
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-07-25 15:25:32 +0000
committerDan Gohman <gohman@apple.com>2008-07-25 15:25:32 +0000
commit1f335e3139227eec93698ba87e77bd7042e81f69 (patch)
treeaf0e075701a7dd37d03d16d99acaddd8ecaefdc3 /test/CodeGen/X86/remat-constant.ll
parent4c8f87038ddc0fbcce751f0e2e7c0e564abca096 (diff)
downloadllvm-1f335e3139227eec93698ba87e77bd7042e81f69.tar.gz
llvm-1f335e3139227eec93698ba87e77bd7042e81f69.tar.bz2
llvm-1f335e3139227eec93698ba87e77bd7042e81f69.tar.xz
This test needs -aggressive-remat enabled.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54015 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/remat-constant.ll')
-rw-r--r--test/CodeGen/X86/remat-constant.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/remat-constant.ll b/test/CodeGen/X86/remat-constant.ll
index eb12c312e9..d9ef6fe76d 100644
--- a/test/CodeGen/X86/remat-constant.ll
+++ b/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