[SystemZ] Add test missing from r186148
[oota-llvm.git] / test / Transforms / InstCombine / pr2645-0.ll
index d158a1786333e0d18ecf140ea7dc318bb7ad0292..e8aeb2afb9cf2f6bf46052dcaddd42c3bc64b7c5 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -instcombine | llvm-dis | grep {insertelement <4 x float> undef}
+; RUN: opt < %s -instcombine -S | grep "insertelement <4 x float> undef"
 
 ; Instcombine should be able to prove that none of the
 ; insertelement's first operand's elements are needed.