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
/
2008-04-08-NoExceptions.c
blob
257fee23b068e15188a30aad124a01a83817638b
1
// RUN: %llvmgcc -S -o - %s | grep nounwind | count 2
2
// RUN: %llvmgcc -S -o - %s | not grep {declare.*nounwind}
3
4
void
f
(
void
);
5
void
g
(
void
) {
6
f
();
7
}