make tblgen produce a function that returns the name for a physreg.
[llvm/avr.git] / test / CodeGen / CBackend / 2002-08-19-FunctionPointer.ll
blob10b9fe22847c14bb4f0e62e8078a0eea86515121
1 ; RUN: llc < %s -march=c
3 @fptr = global void ()* @f       ;; Forward ref method defn
4 declare void @f()               ;; External method