repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
make tblgen produce a function that returns the name for a physreg.
[llvm/avr.git]
/
test
/
CodeGen
/
CBackend
/
2002-08-19-FunctionPointer.ll
blob
10b9fe22847c14bb4f0e62e8078a0eea86515121
1
; RUN: llc < %s -march=c
2
3
@fptr = global void ()* @f ;; Forward ref method defn
4
declare void @f() ;; External method
5