Sign in
swiftshader
/
SwiftShader.git
/
8dfd9a7616f89f269f9c46cc7659c6e1a7db1ec7
/
.
/
third_party
/
LLVM
/
test
/
CodeGen
/
Generic
/
trap.ll
blob: 67d1a7a347f383d0a701a7fce069d07d87156bf1 [
file
]
; RUN: llc < %s
define
i32
@test
()
noreturn
nounwind
{
entry
:
tail
call
void
@llvm.trap
(
)
unreachable
}
declare
void
@llvm.trap
()
nounwind