[InstCombine] Add new rule for MIN(MAX(~A, ~B), ~C) et. al.
[oota-llvm.git] / test / Transforms / InstCombine / addnegneg.ll
index a3a09f27ed957511a3d974d39ba57e5f641ca948..90f6baf5dd54f1b156d246f36f4d6c75ecfcb308 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt < %s -instcombine -S | grep { sub } | count 1
+; RUN: opt < %s -instcombine -S | grep " sub " | count 1
 ; PR2047
 
 define i32 @l(i32 %a, i32 %b, i32 %c, i32 %d) {
@@ -9,4 +9,3 @@ entry:
        %sub6 = add i32 %sub4, %d               ; <i32> [#uses=1]
        ret i32 %sub6
 }
-