Change these tests to feed the assembly files to opt directly, instead
[oota-llvm.git] / test / Transforms / IndVarSimplify / lftr_simple.ll
index 3f7c289a48859d1049dcdb88e81eb0cba2a166d5..686185d797b385c8ce06afcd7fec9bb2dee4cb27 100644 (file)
@@ -1,6 +1,6 @@
 ; LFTR should eliminate the need for the computation of i*i completely.  It 
 ; is only used to compute the exit value.
-; RUN: llvm-as < %s | opt -indvars -dce | llvm-dis | not grep mul
+; RUN: opt %s -indvars -dce | llvm-dis | not grep mul
 
 @A = external global i32                ; <i32*> [#uses=1]