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 bc17dc6ed4
commit 722c6e1b70
1 changed files with 0 additions and 1 deletions

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