summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-03-19 23:36:19 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-03-19 23:36:19 +0000
commit09f4eb10982201cd3653bde4fdd4a8d68853da0c (patch)
tree2e57876158ff236f931362ad24568367777afa52
parenteb0a221186cb3b0d754dd8fcddd2f2626b7d4c97 (diff)
downloadbcm5719-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.ll3
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) {
OpenPOWER on IntegriCloud