[llvm-commits] [llvm] r57889 - /llvm/trunk/test/CodeGen/X86/isint.ll

Chris Lattner sabre at nondot.org
Mon Oct 20 20:55:19 PDT 2008


Author: lattner
Date: Mon Oct 20 22:55:19 2008
New Revision: 57889

URL: http://llvm.org/viewvc/llvm-project?rev=57889&view=rev
Log:
really fix run line

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

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

==============================================================================
--- llvm/trunk/test/CodeGen/X86/isint.ll (original)
+++ llvm/trunk/test/CodeGen/X86/isint.ll Mon Oct 20 22:55:19 2008
@@ -1,12 +1,12 @@
 ; RUN: llvm-as < %s | llc -march=x86 > %t
-; not grep cmp %t
-; not grep xor %t
-; grep jne %t | count 1
-; grep jp %t | count 1
-; grep setnp %t | count 1
-; grep sete %t | count 1
-; grep and %t | count 1
-; grep cvt %t | count 4
+; RUN: not grep cmp %t
+; RUN: not grep xor %t
+; RUN: grep jne %t | count 1
+; RUN: grep jp %t | count 1
+; RUN: grep setnp %t | count 1
+; RUN: grep sete %t | count 1
+; RUN: grep and %t | count 1
+; RUN: grep cvt %t | count 4
 
 define i32 @isint_return(double %d) nounwind {
   %i = fptosi double %d to i32





More information about the llvm-commits mailing list