aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/Transforms/InstCombine/2007-03-19-BadTruncChangePR1261.ll3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Transforms/InstCombine/2007-03-19-BadTruncChangePR1261.ll b/test/Transforms/InstCombine/2007-03-19-BadTruncChangePR1261.ll
index bdf3cca0b5..67aeed92c6 100644
--- a/test/Transforms/InstCombine/2007-03-19-BadTruncChangePR1261.ll
+++ b/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) {