repo.or.cz
/
clang.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[Heikki Kultala] This patch contains the ABI changes for the TCE target.
[clang.git]
/
test
/
CodeGen
/
builtin-unwind-init.c
blob
6fa77667bdf7de72f42e0c718220e1d9bb1153fc
1
// RUN: %clang_cc1 -emit-llvm < %s -o - | FileCheck %s
2
3
void
a
() {
__builtin_unwind_init
(); }
4
5
// CHECK: call void @llvm.eh.unwind.init()