Removed the -mode option.
[oota-llvm.git] / test / Transforms / Mem2Reg / 2003-04-24-MultipleIdenticalSuccessors.ll
index 16507e39882b13f8b1dc8e7b5eec14d454fc9046..9e23466df9a2e71b48335ffba6c553c5dd7ddc27 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: as < %s | opt -mem2reg -disable-output
+; RUN: llvm-as < %s | opt -mem2reg -disable-output
 
 int %test(bool %c1, bool %c2) {
        %X = alloca int