Fix pointer info on PPC byval stores
[oota-llvm.git] / test / Transforms / InstCombine / apint-mul2.ll
index b99e2a5af8f650a769659e5e53d36059d5b12089..558d2fb63c1e30c6efc86054820658aa0b44fbf4 100644 (file)
@@ -2,7 +2,7 @@
 ; This test is for Integer BitWidth >= 64 && BitWidth % 2 >= 1024.
 ;
 
-; RUN: opt %s -instcombine | llvm-dis | not grep mul
+; RUN: opt < %s -instcombine -S | not grep mul
 
 
 define i177 @test1(i177 %X) {