Re-enable extension optimization pass.
[oota-llvm.git] / test / CodeGen / X86 / loop-strength-reduce.ll
index 873710112b6801868fab4b050b5d485908abc386..4cb56ca9ed245f2fff96d7b63a2a0ec39c852165 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -relocation-model=static | \
+; RUN: llc < %s -march=x86 -relocation-model=static | \
 ; RUN:   grep {A+} | count 2
 ;
 ; Make sure the common loop invariant A is not hoisted up to preheader,