Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
0b8f0a208e9849c7ea50173b98acb51efbe1f2c7
/
.
/
test
/
CodeGen
/
Generic
/
trap.ll
blob: 67d1a7a347f383d0a701a7fce069d07d87156bf1 [
file
] [
log
] [
blame
]
; RUN: llc < %s
define
i32
@test
()
noreturn
nounwind
{
entry
:
tail
call
void
@llvm.trap
(
)
unreachable
}
declare
void
@llvm.trap
()
nounwind