aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-10-21 03:55:19 +0000
committerChris Lattner <sabre@nondot.org>2008-10-21 03:55:19 +0000
commit7fb501c9cd1d47aac667f53879bd35f3b4822468 (patch)
tree1a03af538abda42390a63c8e438ebd1348ab9f16
parent0294ac2e9a462a635138cd5358f978764876711f (diff)
downloadexternal_llvm-7fb501c9cd1d47aac667f53879bd35f3b4822468.zip
external_llvm-7fb501c9cd1d47aac667f53879bd35f3b4822468.tar.gz
external_llvm-7fb501c9cd1d47aac667f53879bd35f3b4822468.tar.bz2
really fix run line
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57889 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/X86/isint.ll16
1 files changed, 8 insertions, 8 deletions
diff --git a/test/CodeGen/X86/isint.ll b/test/CodeGen/X86/isint.ll
index 19e48c7..17a419e 100644
--- a/test/CodeGen/X86/isint.ll
+++ b/test/CodeGen/X86/isint.ll
@@ -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