[llvm-commits] [llvm] r47881 - /llvm/trunk/test/CodeGen/X86/coalescer-commute4.ll
Evan Cheng
evan.cheng at apple.com
Mon Mar 3 23:59:15 PST 2008
Author: evancheng
Date: Tue Mar 4 01:59:13 2008
New Revision: 47881
URL: http://llvm.org/viewvc/llvm-project?rev=47881&view=rev
Log:
Fix broken 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=47881&r1=47880&r2=47881&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/coalescer-commute4.ll (original)
+++ llvm/trunk/test/CodeGen/X86/coalescer-commute4.ll Tue Mar 4 01:59:13 2008
@@ -1,4 +1,4 @@
-d; RUN: llvm-as < %s | llc -mtriple=i686-apple-darwin -mattr=+sse2 | not grep movaps
+; 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 {
More information about the llvm-commits
mailing list