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
/
implicit-arg.c
blob
971245f3badc3b3fa141cfd38175d0fe8eae6972
1
// RUN: %llvmgcc %s -S -emit-llvm -O0 -o -
2
// RUN: %llvmgcc %s -S -emit-llvm -O1 -o -
3
// rdar://6518089
4
5
static int
bar
();
6
void
foo
() {
7
int
a
=
bar
();
8
}
9
int
bar
(
unsigned
a
) {
10
}