diff options
| author | Chris Lattner <sabre@nondot.org> | 2010-01-23 05:45:28 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2010-01-23 05:45:28 +0000 |
| commit | 82b86b0fce29dc32992a77a2bdef03739a8231ea (patch) | |
| tree | 972b10fb75a505857fd658ef174ceaf75548d82f | |
| parent | ba7cd4c393d6f40fbd67f9adf63897881d5d771e (diff) | |
| download | bcm5719-llvm-82b86b0fce29dc32992a77a2bdef03739a8231ea.tar.gz bcm5719-llvm-82b86b0fce29dc32992a77a2bdef03739a8231ea.zip | |
stop testing for invalid output.
llvm-svn: 94288
| -rw-r--r-- | llvm/test/CodeGen/PowerPC/2008-12-12-EH.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/2008-12-12-EH.ll b/llvm/test/CodeGen/PowerPC/2008-12-12-EH.ll index b56c22abc6d..2315e36ff46 100644 --- a/llvm/test/CodeGen/PowerPC/2008-12-12-EH.ll +++ b/llvm/test/CodeGen/PowerPC/2008-12-12-EH.ll @@ -1,4 +1,3 @@ -; RUN: llc < %s -march=ppc32 -mtriple=powerpc-unknown-linux-gnu | grep ^.L_Z1fv.eh ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin9 | grep ^__Z1fv.eh define void @_Z1fv() { |

