Eliminate more uses of llvm-as and llvm-dis.
[oota-llvm.git] / test / CodeGen / CBackend / 2003-11-21-ConstantShiftExpr.ll
index e8da787d27fc5396a64f7b4076a0a6b59d0f6c58..6a26291240429b666bf68525f39d2ece462fb800 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=c
+; RUN: llc < %s -march=c
 @y = weak global i8 0           ; <i8*> [#uses=1]
 
 define i32 @testcaseshr() {