Fix inserting new elements in a specified location.
[oota-llvm.git] / test / Transforms / InstCombine / sitofp.ll
index 799666fe29c808aed8c630f8462c3fcaffb37ef5..bd31b89f7879afc5c7ae73046c8033c4d6341515 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -instcombine | llvm-dis | not grep itofp
+; RUN: opt < %s -instcombine -S | not grep itofp
 
 define i1 @test1(i8 %A) {
   %B = sitofp i8 %A to double