mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-30 14:50:30 +00:00
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
83ee99d7b0
commit
66fc2f0a88
@ -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
Block a user