Change these tests to feed the assembly files to opt directly, instead
[oota-llvm.git] / test / Transforms / ADCE / 2002-05-22-PHITest.ll
index 04f0051af8dcb1ab97cbbc7e5750dd583b50d08d..5a7b0bb8a512095383693459a41cb3df0e6c7418 100644 (file)
@@ -1,6 +1,6 @@
 ; It is illegal to remove BB1 because it will mess up the PHI node!
 ;
-; RUN: llvm-as < %s | opt -adce | llvm-dis | grep BB1
+; RUN: opt %s -adce | llvm-dis | grep BB1
 
 define i32 @test(i1 %C, i32 %A, i32 %B) {
 ; <label>:0