Fix a FIXME about the format and add a test.
[oota-llvm.git] / test / Transforms / Mem2Reg / 2003-04-24-MultipleIdenticalSuccessors.ll
index 04e8db3c8de5c92ca89245f78405686df144ae2d..f5f1ee34365d4f835b646a4fc61ad0b79d65e5a9 100644 (file)
@@ -1,7 +1,7 @@
 ; Mem2reg used to only add one incoming value to a PHI node, even if it had
 ; multiple incoming edges from a block.
 ;
-; RUN: llvm-as < %s | opt -mem2reg -disable-output
+; RUN: opt < %s -mem2reg -disable-output
 
 define i32 @test(i1 %c1, i1 %c2) {
        %X = alloca i32         ; <i32*> [#uses=2]