diff options
author | Evan Cheng <evan.cheng@apple.com> | 2008-03-04 08:01:56 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2008-03-04 08:01:56 +0000 |
commit | 16e2cf6db157415e86035c7945adca735fc81b7c (patch) | |
tree | 083f7e1c25d21001a59c43ae533d87cb3e6de394 /llvm/test/CodeGen/X86/coalescer-commute4.ll | |
parent | 7473c74d529a318ade44c9152636bfeb0563d834 (diff) | |
download | bcm5719-llvm-16e2cf6db157415e86035c7945adca735fc81b7c.tar.gz bcm5719-llvm-16e2cf6db157415e86035c7945adca735fc81b7c.zip |
Really fix the test.
llvm-svn: 47882
Diffstat (limited to 'llvm/test/CodeGen/X86/coalescer-commute4.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/coalescer-commute4.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/coalescer-commute4.ll b/llvm/test/CodeGen/X86/coalescer-commute4.ll index b600a83dfe3..7299aca3e0b 100644 --- a/llvm/test/CodeGen/X86/coalescer-commute4.ll +++ b/llvm/test/CodeGen/X86/coalescer-commute4.ll @@ -1,7 +1,7 @@ ; RUN: llvm-as < %s | llc -mtriple=i686-apple-darwin -mattr=+sse2 | not grep movaps ; PR1501 -efine float @foo(i32* %x, float* %y, i32 %c) nounwind { +define float @foo(i32* %x, float* %y, i32 %c) nounwind { entry: %tmp2132 = icmp eq i32 %c, 0 ; <i1> [#uses=2] br i1 %tmp2132, label %bb23, label %bb.preheader |