Sign in
cobalt
/
cobalt
/
ac9ac065c5083565917b15e7a672a79599f2f00b
/
.
/
src
/
third_party
/
llvm-project
/
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