Fix inserting new elements in a specified location.
[oota-llvm.git] / test / Transforms / InstCombine / 2006-02-13-DemandedMiscompile.ll
index 710cc302ebdba0e099ad27f0043716cc08682a58..10541ef703255a32efffae055ea3cfc1f83a1e74 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -instcombine | llvm-dis | \
+; RUN: opt < %s -instcombine -S | \
 ; RUN:   not grep undef
 
 define i32 @test(i8 %A) {