Eliminate more uses of llvm-as and llvm-dis.
[oota-llvm.git] / test / CodeGen / X86 / full-lsr.ll
index 4a85779ebf0a71b817ecc4df4d31d9c6f03787cd..68575bc401d750a028fb8d69d9413ec1fda4b23b 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -enable-full-lsr >%t
+; RUN: llc < %s -march=x86 -enable-full-lsr >%t
 ; RUN: grep {addl      \\\$4,} %t | count 3
 ; RUN: not grep {,%} %t