Re-enable extension optimization pass.
[oota-llvm.git] / test / CodeGen / X86 / commute-two-addr.ll
index 224f5d5e5c54c2368cfe74ff435b0412e08829b1..56ea26b658d812ea348cbcdd635ddabff135e01e 100644 (file)
@@ -2,7 +2,7 @@
 ; insertion of register-register copies.
 
 ; Make sure there are only 3 mov's for each testcase
-; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=intel | \
+; RUN: llc < %s -march=x86 -x86-asm-syntax=intel | \
 ; RUN:   grep {\\\<mov\\\>} | count 6