forked from OSchip/llvm-project
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:
parent
705f2a6cd2
commit
3f50cb6cd4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue