Fix this test so that it doesn't spuriously fail due to some

unrelated debugging output happening to contain the string "store".

llvm-svn: 67849
This commit is contained in:
Dan Gohman 2009-03-27 16:17:22 +00:00
parent 83ee99d7b0
commit 66fc2f0a88

View File

@ -1,4 +1,4 @@
; RUN: llvm-as < %s | llc -march=ppc64 -debug |& not grep store
; RUN: llvm-as < %s | llc -march=ppc64 -debug |& not grep {= store}
; RUN: llvm-as < %s | llc -march=ppc64 > %t
; RUN: grep __floattitf %t
; RUN: grep __fixunstfti %t