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 705f2a6cd2
commit 3f50cb6cd4
1 changed files with 1 additions and 1 deletions

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