Eliminate more redundant llvm-as calls.
[oota-llvm.git] / test / Transforms / Reassociate / basictest.ll
index c3135debaf26abbdc892ccfb6c44accbcd1352b5..eca2d6310d34ca2e42193e8573012351dab003b1 100644 (file)
@@ -1,6 +1,6 @@
 ; With reassociation, constant folding can eliminate the 12 and -12 constants.
 ;
-; RUN: opt %s -reassociate -constprop -instcombine -die -S | not grep add
+; RUN: opt %s -reassociate -constprop -instcombine -die -S | not grep add
 
 define i32 @test(i32 %arg) {
        %tmp1 = sub i32 -12, %arg               ; <i32> [#uses=1]