diff options
| author | Evan Cheng <evan.cheng@apple.com> | 2010-09-23 06:55:34 +0000 |
|---|---|---|
| committer | Evan Cheng <evan.cheng@apple.com> | 2010-09-23 06:55:34 +0000 |
| commit | 794aaa79e2104a158b59e9aab8f8dbe8b47cde2e (patch) | |
| tree | fc761d5fd4c7286a60854de215e5f38e90826db4 /llvm/test/CodeGen/X86/phys_subreg_coalesce-2.ll | |
| parent | 66c8cd2b3258cc781a0f483a479fb94052ba35db (diff) | |
| download | bcm5719-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.ll | 2 |
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 { |

