[InstCombine] Rephrase fix to SimplifyWithOpReplaced
[oota-llvm.git] / test / Transforms / InstCombine / 2004-02-23-ShiftShiftOverflow.ll
index 3a4b66157dfe99ec1b07d7408e2dbd7b86d50725..a08e3a884ceb306e5e651fe9cf249fb718d98b07 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep 34
+; RUN: opt < %s -instcombine -S | not grep 34
 
 define i32 @test(i32 %X) {
         ; Do not fold into shr X, 34, as this uses undefined behavior!