Sign in
swiftshader
/
SwiftShader
/
30b6b59d9b8edd9e948f3446cab5302515f181d9
/
.
/
third_party
/
llvm-7.0
/
llvm
/
test
/
CodeGen
/
ARM
/
trap-unreachable.ll
blob: 605d5a234291a4226bad42c5c7c02b02dcf62bf0 [
file
] [
log
] [
blame
]
; RUN: llc -mtriple=thumbv7 -trap-unreachable < %s | FileCheck %s
; CHECK: .inst.n 0xdefe
define
void
@test
()
#
0
{
unreachable
}
attributes
#
0
=
{
nounwind
}