diff --git a/test/Transforms/InstCombine/2007-03-19-BadTruncChangePR1261.ll b/test/Transforms/InstCombine/2007-03-19-BadTruncChangePR1261.ll index bdf3cca0b52..67aeed92c6d 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) {