aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/coalescer-commute4.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2008-03-04 08:01:56 +0000
committerEvan Cheng <evan.cheng@apple.com>2008-03-04 08:01:56 +0000
commita26e0fe1b470d65f614b257cd97b927a5e7e29e6 (patch)
treec8ba3da836c1208e8cc0d690e126e5ee27c182a7 /test/CodeGen/X86/coalescer-commute4.ll
parent6a2286a045d23541f1cece35411ef9681bbd59ce (diff)
downloadexternal_llvm-a26e0fe1b470d65f614b257cd97b927a5e7e29e6.zip
external_llvm-a26e0fe1b470d65f614b257cd97b927a5e7e29e6.tar.gz
external_llvm-a26e0fe1b470d65f614b257cd97b927a5e7e29e6.tar.bz2
Really fix the test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47882 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/coalescer-commute4.ll')
-rw-r--r--test/CodeGen/X86/coalescer-commute4.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/coalescer-commute4.ll b/test/CodeGen/X86/coalescer-commute4.ll
index b600a83..7299aca 100644
--- a/test/CodeGen/X86/coalescer-commute4.ll
+++ b/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