Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
fbb4d1e43d0db9f8d1514a0209bb01f56e49d75f
/
.
/
llvm
/
test
/
CodeGen
/
Thumb
/
trap.ll
blob: 7d2f6f11a4d1121d470292a3f0d4c0d8d45beb36 [
file
] [
log
] [
blame
]
; RUN: llc -mtriple=thumb-eabi %s -o - | FileCheck %s
; rdar://7961298
define
void
@t
()
nounwind
{
entry
:
; CHECK-LABEL: t:
; CHECK: trap
call
void
@llvm.trap
()
unreachable
}
declare
void
@llvm.trap
()
nounwind