Eliminate more uses of llvm-as and llvm-dis.
[oota-llvm.git] / test / CodeGen / XCore / bitrev.ll
index 38f3948697638b1e5e8d7fbaae9bea8ca07a3942..09202d365678765e2db83a689bca7565b271103d 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=xcore > %t1.s
+; RUN: llc < %s -march=xcore > %t1.s
 ; RUN: grep bitrev %t1.s | count 1 
 declare i32 @llvm.xcore.bitrev(i32)