repo.or.cz
/
llvm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove wasteful caching. This isn't needed for correctness because any function
[llvm.git]
/
test
/
FrontendC
/
2003-12-14-ExternInlineSupport.c
blob
a45eb98dca2ad084c145f1e39ff59429d541fecd
1
// RUN: %llvmgcc -xc %s -S -o - | not grep dead_function
2
3
extern
__inline__
void
dead_function
() {}