Fix test.
[oota-llvm.git] / test / Transforms / TailDup / PHIUpdateTest.ll
index 6f86587b24d649d70352c0be87c1b260a07285cc..38d8ebfcce5654c436c8e4816356aace9c777baf 100644 (file)
@@ -1,6 +1,6 @@
 ; This test checks to make sure phi nodes are updated properly
 ;
-; RUN: llvm-as < %s | opt -tailduplicate -disable-output
+; RUN: opt < %s -tailduplicate -disable-output
 
 define i32 @test(i1 %c, i32 %X, i32 %Y) {
        br label %L