really fix run line
authorChris Lattner <sabre@nondot.org>
Tue, 21 Oct 2008 03:55:19 +0000 (03:55 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 21 Oct 2008 03:55:19 +0000 (03:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57889 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/isint.ll

index 19e48c7baf1c5ee565fefcc31118f2d1210e5862..17a419e5c5ac0affd10cd3464d942b36643b8335 100644 (file)
@@ -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