Change -arm-divmod-libcall to a target neutral option.
[oota-llvm.git] / test / CodeGen / CBackend / 2002-08-19-FunctionPointer.ll
index c06d72dd6313f86eec575503b2f3fec05f0d510f..10b9fe22847c14bb4f0e62e8078a0eea86515121 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc -march=c
+; RUN: llc < %s -march=c
 
-%fptr = global void() * %f       ;; Forward ref method defn
-declare void "f"()               ;; External method
+@fptr = global void ()* @f       ;; Forward ref method defn
+declare void @f()               ;; External method