diff options
author | Andrew Trick <atrick@apple.com> | 2013-06-24 09:13:20 +0000 |
---|---|---|
committer | Andrew Trick <atrick@apple.com> | 2013-06-24 09:13:20 +0000 |
commit | 5a1e0af83865667cd3381cb4a13c08176c15f7d3 (patch) | |
tree | 0c2e2278ddc125c2f9268baeee5901b1e8254afb /llvm/test/CodeGen/X86/lea-recursion.ll | |
parent | b8cd986b5d8f7970f0b632c94c171a4e22f299fe (diff) | |
download | bcm5719-llvm-5a1e0af83865667cd3381cb4a13c08176c15f7d3.tar.gz bcm5719-llvm-5a1e0af83865667cd3381cb4a13c08176c15f7d3.zip |
Temporarily enable MI-Sched on X86.
Sorry for the unit test churn. I'll try to make the change permanently
next time.
llvm-svn: 184705
Diffstat (limited to 'llvm/test/CodeGen/X86/lea-recursion.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/lea-recursion.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/lea-recursion.ll b/llvm/test/CodeGen/X86/lea-recursion.ll index 3f32fd27c5c..9480600312c 100644 --- a/llvm/test/CodeGen/X86/lea-recursion.ll +++ b/llvm/test/CodeGen/X86/lea-recursion.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=x86-64 | grep lea | count 12 +; RUN: llc < %s -march=x86-64 | grep lea | count 13 ; This testcase was written to demonstrate an instruction-selection problem, ; however it also happens to expose a limitation in the DAGCombiner's @@ -44,4 +44,3 @@ entry: store i32 %tmp10.6, i32* getelementptr ([1000 x i32]* @g0, i32 0, i32 7) ret void } - |