diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2007-03-19 23:36:19 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2007-03-19 23:36:19 +0000 |
| commit | 09f4eb10982201cd3653bde4fdd4a8d68853da0c (patch) | |
| tree | 2e57876158ff236f931362ad24568367777afa52 | |
| parent | eb0a221186cb3b0d754dd8fcddd2f2626b7d4c97 (diff) | |
| download | bcm5719-llvm-09f4eb10982201cd3653bde4fdd4a8d68853da0c.tar.gz bcm5719-llvm-09f4eb10982201cd3653bde4fdd4a8d68853da0c.zip | |
Make this test a little simpler/faster.
llvm-svn: 35193
| -rw-r--r-- | llvm/test/Transforms/InstCombine/2007-03-19-BadTruncChangePR1261.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/Transforms/InstCombine/2007-03-19-BadTruncChangePR1261.ll b/llvm/test/Transforms/InstCombine/2007-03-19-BadTruncChangePR1261.ll index bdf3cca0b52..67aeed92c6d 100644 --- a/llvm/test/Transforms/InstCombine/2007-03-19-BadTruncChangePR1261.ll +++ b/llvm/test/Transforms/InstCombine/2007-03-19-BadTruncChangePR1261.ll @@ -1,7 +1,6 @@ ; For PR1261. Before bit accurate type support in InstCombine, this would ; turn the sext into a zext. -; RUN: llvm-as %s -o - | opt -instcombine | llvm-dis && -; RUN: llvm-as %s -o - | opt -instcombine | llvm-dis | not grep zext +; RUN: llvm-as %s -o - | opt -instcombine | llvm-dis | grep sext ; XFAIL: * define i16 @test(i31 %zzz) { |

