really fix run line

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57889 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2008-10-21 03:55:19 +00:00
parent 0294ac2e9a
commit 7fb501c9cd

View 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