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/trunc-to-bool.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/trunc-to-bool.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/trunc-to-bool.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/trunc-to-bool.ll b/llvm/test/CodeGen/X86/trunc-to-bool.ll index 92b6859d1dc..59920f0fc8c 100644 --- a/llvm/test/CodeGen/X86/trunc-to-bool.ll +++ b/llvm/test/CodeGen/X86/trunc-to-bool.ll @@ -22,7 +22,7 @@ ret_false: ret i1 false } ; CHECK: test2: -; CHECK: btl %eax +; CHECK: btl define i32 @test3(i8* %ptr) nounwind { %val = load i8* %ptr |