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
/
FrontendC
/
2004-01-08-ExternInlineRedefine.c
blob
4366b9b5659333f973cb7be41f62acd1092f2397
1
// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
2
3
4
extern
__inline
long int
5
__strtol_l
(
int
a
)
6
{
7
return
0
;
8
}
9
10
long int
11
__strtol_l
(
int
a
)
12
{
13
return
0
;
14
}