Arrange to print constants that match "n" and "i" constraints
[oota-llvm.git] / test / CodeGen / CBackend / 2002-08-19-FunctionPointer.ll
index baf7d78a0c62e03c666ca0cfb202360802054d47..25f63a0da6b3d598efb826b2cb81244ef2364b5e 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=c
+; RUN: llvm-as < %s | llc -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