Move the MBlaze ELF writer bits to lib/Target/MBlaze.
[oota-llvm.git] / test / Transforms / InstCombine / apint-rem1.ll
index 6564b6816a6033f3a386d0a14fa81ad96beb26bb..030faccee8b43bb29e5a9bf9eae5a75b8278cb6c 100644 (file)
@@ -1,7 +1,7 @@
 ; This test makes sure that these instructions are properly eliminated.
 ; This test is for Integer BitWidth < 64 && BitWidth % 2 != 0.
 ;
-; RUN: opt %s -instcombine | llvm-dis | not grep rem
+; RUN: opt < %s -instcombine -S | not grep rem
 
 
 define i33 @test1(i33 %A) {