repo.or.cz
/
llvm
/
stm8.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Don't analyze block if it's not considered for ifcvt anymore.
[llvm/stm8.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
() {}