From 16e2cf6db157415e86035c7945adca735fc81b7c Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Tue, 4 Mar 2008 08:01:56 +0000 Subject: Really fix the test. llvm-svn: 47882 --- llvm/test/CodeGen/X86/coalescer-commute4.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/CodeGen/X86') 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 ; [#uses=2] br i1 %tmp2132, label %bb23, label %bb.preheader -- cgit v1.2.3