Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
d85260827ce64ae0e8a24a57aa48e7898b51e90d
/
.
/
llvm
/
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