From 7fb501c9cd1d47aac667f53879bd35f3b4822468 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 21 Oct 2008 03:55:19 +0000 Subject: [PATCH] really fix run line git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57889 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/isint.ll | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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