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