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