summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/phys_subreg_coalesce-2.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2010-09-23 06:55:34 +0000
committerEvan Cheng <evan.cheng@apple.com>2010-09-23 06:55:34 +0000
commit794aaa79e2104a158b59e9aab8f8dbe8b47cde2e (patch)
treefc761d5fd4c7286a60854de215e5f38e90826db4 /llvm/test/CodeGen/X86/phys_subreg_coalesce-2.ll
parent66c8cd2b3258cc781a0f483a479fb94052ba35db (diff)
downloadbcm5719-llvm-794aaa79e2104a158b59e9aab8f8dbe8b47cde2e.tar.gz
bcm5719-llvm-794aaa79e2104a158b59e9aab8f8dbe8b47cde2e.zip
Disable codegen prepare critical edge splitting. Machine instruction passes now
break critical edges on demand. llvm-svn: 114633
Diffstat (limited to 'llvm/test/CodeGen/X86/phys_subreg_coalesce-2.ll')
-rw-r--r--llvm/test/CodeGen/X86/phys_subreg_coalesce-2.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/phys_subreg_coalesce-2.ll b/llvm/test/CodeGen/X86/phys_subreg_coalesce-2.ll
index 23c509c9936..13e804d94a5 100644
--- a/llvm/test/CodeGen/X86/phys_subreg_coalesce-2.ll
+++ b/llvm/test/CodeGen/X86/phys_subreg_coalesce-2.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86 | grep mov | count 5
+; RUN: llc < %s -march=x86 | grep mov | count 4
; PR2659
define i32 @binomial(i32 %n, i32 %k) nounwind {
OpenPOWER on IntegriCloud