1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Don't grep the -debug output. This isn't the way to test changes.

llvm-svn: 74211
This commit is contained in:
Bill Wendling 2009-06-25 21:59:32 +00:00
parent aef431f9cb
commit f962a1df07

View File

@ -1,4 +1,3 @@
; 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