summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/2008-02-22-ReMatBug.ll
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2011-04-05 20:20:30 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2011-04-05 20:20:30 +0000
commit57b0fb7850bcfc676bf2927fdf530024454c89c6 (patch)
tree2c3d27f9d53f104080b65eb1e88aafa4ec7ae067 /test/CodeGen/X86/2008-02-22-ReMatBug.ll
parent3520019931c2bad615c35edcb943cd1e8582ebac (diff)
downloadexternal_llvm-57b0fb7850bcfc676bf2927fdf530024454c89c6.zip
external_llvm-57b0fb7850bcfc676bf2927fdf530024454c89c6.tar.gz
external_llvm-57b0fb7850bcfc676bf2927fdf530024454c89c6.tar.bz2
Fix one more batch of X86 tests to be register allocation dependent.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128919 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2008-02-22-ReMatBug.ll')
-rw-r--r--test/CodeGen/X86/2008-02-22-ReMatBug.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2008-02-22-ReMatBug.ll b/test/CodeGen/X86/2008-02-22-ReMatBug.ll
index a91ac27..8f4d353 100644
--- a/test/CodeGen/X86/2008-02-22-ReMatBug.ll
+++ b/test/CodeGen/X86/2008-02-22-ReMatBug.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86 -stats |& grep {Number of re-materialization} | grep 2
+; RUN: llc < %s -march=x86 -stats -regalloc=linearscan |& grep {Number of re-materialization} | grep 2
; rdar://5761454
%struct.quad_struct = type { i32, i32, %struct.quad_struct*, %struct.quad_struct*, %struct.quad_struct*, %struct.quad_struct*, %struct.quad_struct* }