[llvm-commits] [llvm] r47882 - /llvm/trunk/test/CodeGen/X86/coalescer-commute4.ll

Evan Cheng evan.cheng at apple.com
Tue Mar 4 00:01:56 PST 2008


Author: evancheng
Date: Tue Mar  4 02:01:56 2008
New Revision: 47882

URL: http://llvm.org/viewvc/llvm-project?rev=47882&view=rev
Log:
Really fix the test.

Modified:
    llvm/trunk/test/CodeGen/X86/coalescer-commute4.ll

Modified: llvm/trunk/test/CodeGen/X86/coalescer-commute4.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/coalescer-commute4.ll?rev=47882&r1=47881&r2=47882&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/X86/coalescer-commute4.ll (original)
+++ llvm/trunk/test/CodeGen/X86/coalescer-commute4.ll Tue Mar  4 02:01:56 2008
@@ -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





More information about the llvm-commits mailing list