Fix pointer info on PPC byval stores
[oota-llvm.git] / test / Transforms / InstCombine / 2006-11-10-ashr-miscompile.ll
index 8c48d4357bcaa219b4653e41c14acf7f5e71b5df..7799423f04f674131eea69926ae9c5d6945e757e 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep lshr
+; RUN: opt < %s -instcombine -S | grep lshr
 ; Verify this is not turned into -1.
 
 define i32 @test(i8 %amt) {