[llvm-commits] [llvm] r55849 - /llvm/trunk/test/CodeGen/X86/fastcc.ll

Evan Cheng evan.cheng at apple.com
Fri Sep 5 13:04:37 PDT 2008


Author: evancheng
Date: Fri Sep  5 15:04:37 2008
New Revision: 55849

URL: http://llvm.org/viewvc/llvm-project?rev=55849&view=rev
Log:
Fix test.

Modified:
    llvm/trunk/test/CodeGen/X86/fastcc.ll

Modified: llvm/trunk/test/CodeGen/X86/fastcc.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/fastcc.ll?rev=55849&r1=55848&r2=55849&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/X86/fastcc.ll (original)
+++ llvm/trunk/test/CodeGen/X86/fastcc.ll Fri Sep  5 15:04:37 2008
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc -mtriple=i686-apple-darwin | grep mov | grep ecx | grep 0
-; RUN: llvm-as < %s | llc -mtriple=i686-apple-darwin | grep mov | grep xmm0 | grep 8
+; RUN: llvm-as < %s | llc -mtriple=i686-apple-darwin -mattr=+sse2 | grep mov | grep ecx | grep 0
+; RUN: llvm-as < %s | llc -mtriple=i686-apple-darwin -mattr=+sse2 | grep mov | grep xmm0 | grep 8
 
 @d = external global double		; <double*> [#uses=1]
 @c = external global double		; <double*> [#uses=1]





More information about the llvm-commits mailing list