[InstCombine] Add new rule for MIN(MAX(~A, ~B), ~C) et. al.
[oota-llvm.git] / test / Transforms / InstCombine / vec_insertelt.ll
index eedf882518bf35912e78f6a2c1c04697fbd7ec6a..3b949209c4d7693b05a7d5b42f27617dbe9a148a 100644 (file)
@@ -1,4 +1,5 @@
-; RUN: opt < %s -instcombine -S | grep {ret <4 x i32> %A}
+; RUN: opt < %s -instcombine -S | FileCheck %s
+; CHECK: ret <4 x i32> %A
 
 ; PR1286
 define <4 x i32> @test1(<4 x i32> %A) {