This should have been part of r224676.
[oota-llvm.git] / test / Transforms / InstCombine / vec_insertelt.ll
index 79fce2f2f65b3e3f73d1c104b06a507a69d075b2..3b949209c4d7693b05a7d5b42f27617dbe9a148a 100644 (file)
@@ -1,4 +1,5 @@
-; RUN: opt %s -instcombine | llvm-dis | 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) {