Fix pointer info on PPC byval stores
[oota-llvm.git] / test / Transforms / InstCombine / apint-rem2.ll
index 4d22c22d540105b6d79c3436a78d43d6b44d21db..9bfc4cde9521c706c7b74cdb6601ce82499ee98f 100644 (file)
@@ -1,7 +1,7 @@
 ; This test makes sure that these instructions are properly eliminated.
 ; This test is for Integer BitWidth >= 64 && BitWidth <= 1024.
 ;
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep rem
+; RUN: opt < %s -instcombine -S | not grep rem
 
 
 define i333 @test1(i333 %A) {