Address issues found by Duncan during post-commit review of r177856.
[oota-llvm.git] / test / Transforms / InstCombine / 2006-11-10-ashr-miscompile.ll
index a64f3cad4303c5d94e37d3a25e244b6950e0f1a9..7799423f04f674131eea69926ae9c5d6945e757e 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -instcombine | llvm-dis | grep lshr
+; RUN: opt < %s -instcombine -S | grep lshr
 ; Verify this is not turned into -1.
 
 define i32 @test(i8 %amt) {