Fix InstCombine/2007-10-31-StringCrash.ll by removing an obvious
[oota-llvm.git] / test / Transforms / InstCombine / apint-rem1.ll
index 0d72d447ffa3bee3313153ee04e8a154b094f919..2ec8c749972d5ac29a06858eb7251b3e0cd1fb3f 100644 (file)
@@ -1,10 +1,8 @@
 ; This test makes sure that these instructions are properly eliminated.
 ; This test is for Integer BitWidth < 64 && BitWidth % 2 != 0.
 ;
-; RUN: llvm-as < %s | opt -instcombine -disable-output &&
 ; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep rem
 
-implementation
 
 define i33 @test1(i33 %A) {
     %B = urem i33 %A, 4096