Sign in
swiftshader
/
SwiftShader
/
bba05f378eff958a73dc88b66728f32aff9e80d6
/
.
/
third_party
/
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