repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "[llvm] Improve llvm.objectsize computation by computing GEP, alloca and mallo...
[llvm-project.git]
/
clang
/
test
/
CodeGen
/
2007-12-16-AsmNoUnwind.c
blob
3d05da0870afdb9ec90bdaebd337669e2defdda8
1
// RUN: %clang_cc1 %s -emit-llvm -o - | grep nounwind
2
3
void
bar
(
void
) {
asm
(
""
); }