diff options
| author | Bill Wendling <isanbard@gmail.com> | 2009-06-25 21:59:32 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2009-06-25 21:59:32 +0000 |
| commit | 722c6e1b70f50ae0a4b5306bb8227553b115b5ea (patch) | |
| tree | 1beeeee0f0b659798acb6d7e60e6b54dd1b68ecf | |
| parent | bc17dc6ed4b6644a02072414585ef101a8a38e31 (diff) | |
| download | bcm5719-llvm-722c6e1b70f50ae0a4b5306bb8227553b115b5ea.tar.gz bcm5719-llvm-722c6e1b70f50ae0a4b5306bb8227553b115b5ea.zip | |
Don't grep the -debug output. This isn't the way to test changes.
llvm-svn: 74211
| -rw-r--r-- | llvm/test/CodeGen/PowerPC/int-fp-conv-0.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/int-fp-conv-0.ll b/llvm/test/CodeGen/PowerPC/int-fp-conv-0.ll index 3dfc4b10bc5..82a18268514 100644 --- a/llvm/test/CodeGen/PowerPC/int-fp-conv-0.ll +++ b/llvm/test/CodeGen/PowerPC/int-fp-conv-0.ll @@ -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 |

