From: Chris Lattner Date: Tue, 21 Oct 2008 03:55:19 +0000 (+0000) Subject: really fix run line X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7fb501c9cd1d47aac667f53879bd35f3b4822468;p=oota-llvm.git really fix run line git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57889 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/isint.ll b/test/CodeGen/X86/isint.ll index 19e48c7baf1..17a419e5c5a 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