Eliminate more uses of llvm-as and llvm-dis.
[oota-llvm.git] / test / CodeGen / CBackend / 2005-09-27-VolatileFuncPtr.ll
index 37f311d4b93b55ca2da9c8355dfece8d85574d31..99de837dc79ae942c61024f159e2e1fa084756fa 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=c | grep {\\* *volatile *\\*}
+; RUN: llc < %s -march=c | grep {\\* *volatile *\\*}
 
 @G = external global void ()*           ; <void ()**> [#uses=2]