Fix pointer info on PPC byval stores
[oota-llvm.git] / test / Transforms / InstCombine / lshr-phi.ll
index 683eb87931efbf19da55210745fd0a1243a85529..76a113face05e43c766ff4a7dbcc4c65cec6f63b 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis > %t
+; RUN: opt < %s -instcombine -S > %t
 ; RUN: not grep lshr %t
 ; RUN: grep add %t | count 1