Make this test a little simpler/faster.
authorReid Spencer <rspencer@reidspencer.com>
Mon, 19 Mar 2007 23:36:19 +0000 (23:36 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 19 Mar 2007 23:36:19 +0000 (23:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35193 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/InstCombine/2007-03-19-BadTruncChangePR1261.ll

index bdf3cca0b52d4f748d079076363f86d6439c444d..67aeed92c6d0b5b8a58a2ff1b40a2d0564848394 100644 (file)
@@ -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) {