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
remove the "old" at&t style asmprinter. Unfortunately, most of the
[llvm/avr.git]
/
test
/
FrontendC
/
2003-12-14-ExternInlineSupport.c
blob
fb92ec773c1a6239a0a101b3b07779539329282a
1
// RUN: %llvmgcc -xc %s -c -o - | llvm-dis | not grep dead_function
2
3
extern
__inline__
void
dead_function
() {}