[x86] Fix disassembly of callw instruction
[oota-llvm.git] / test / Transforms / Mem2Reg / 2003-10-05-DeadPHIInsertion.ll
index 8126c76477f0b9a7e167d2cfdf65a26815e8216f..1d38efc74576a1d4cf6387d3083d841f850894fc 100644 (file)
@@ -1,7 +1,7 @@
 ; Mem2reg should not insert dead PHI nodes!  The naive algorithm inserts a PHI
 ;  node in L3, even though there is no load of %A in anything dominated by L3.
 
-; RUN: opt %s -mem2reg | llvm-dis | not grep phi
+; RUN: opt < %s -mem2reg -S | not grep phi
 
 define void @test(i32 %B, i1 %C) {
        %A = alloca i32         ; <i32*> [#uses=4]