Fix inserting new elements in a specified location.
[oota-llvm.git] / test / Transforms / InstCombine / 2006-09-15-CastToBool.ll
index 5278e8d20c50280370c3f721f8edeeb95a2d3017..ee261ced5869adb7eef84a3daca4340531a76178 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -instcombine | llvm-dis | grep and
+; RUN: opt < %s -instcombine -S | grep and
 ; PR913
 
 define i32 @test(i32* %tmp1) {