Change these tests to feed the assembly files to opt directly, instead
[oota-llvm.git] / test / Transforms / TailDup / MergeTest.ll
index 0a3ab6d96216ca1e5bc04cad5b8515ab1e1c848a..94de90e2b77cd0218ffab3acdc522beda11548be 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -tailduplicate -taildup-threshold=2 | llvm-dis | grep add | not grep uses=1
+; RUN: opt %s -tailduplicate -taildup-threshold=2 | llvm-dis | grep add | not grep uses=1
 
 define i32 @test1(i1 %C, i32 %A, i32* %P) {
 entry: