summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/phi-immediate-factoring.ll
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2010-09-30 20:51:52 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2010-09-30 20:51:52 +0000
commit7eb589d3f9294dbfe4d5205045bd8119a9666532 (patch)
treed104abc0103d8709e1fd4fa545f06027ec8b8ff8 /test/CodeGen/X86/phi-immediate-factoring.ll
parentf9764fa14fc6e168956bd53e696e8aa4e7b5d42e (diff)
downloadllvm-7eb589d3f9294dbfe4d5205045bd8119a9666532.tar.gz
llvm-7eb589d3f9294dbfe4d5205045bd8119a9666532.tar.bz2
llvm-7eb589d3f9294dbfe4d5205045bd8119a9666532.tar.xz
Try again to disable critical edge splitting in CodeGenPrepare.
The bug that broke i386 linux has been fixed in r115191. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115204 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/phi-immediate-factoring.ll')
-rw-r--r--test/CodeGen/X86/phi-immediate-factoring.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/phi-immediate-factoring.ll b/test/CodeGen/X86/phi-immediate-factoring.ll
index 8bed624880..ef02af2d78 100644
--- a/test/CodeGen/X86/phi-immediate-factoring.ll
+++ b/test/CodeGen/X86/phi-immediate-factoring.ll
@@ -1,5 +1,5 @@
+; RUN: llc < %s -march=x86 -stats |& grep {Number of blocks eliminated} | grep 6
; PR1296
-; RUN: llc < %s -march=x86 | grep {movl \$1} | count 1
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"
target triple = "i686-apple-darwin8"