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
/
2007-12-16-AsmNoUnwind.c
blob
b080e6a511e814c56fa947a3d94d8c91ba0be241
1
// RUN: %llvmgcc %s -S -o - | grep nounwind
2
3
void
bar
() {
asm
(
""
); }