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
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
test
/
CodeGen
/
builtin-unwind-init.c
blob
be738ace5379ab3eb94ff4a7eebeed6b432473d1
1
// RUN: %clang_cc1 -emit-llvm < %s -o - | FileCheck %s
2
3
void
a
(
void
) {
__builtin_unwind_init
(); }
4
5
// CHECK: call void @llvm.eh.unwind.init()