Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
91be65be656072a68b51a8c4e7bb751ea475d896
/
.
/
llvm
/
test
/
CodeGen
/
AArch64
/
arm64-trap.ll
blob: eb06bddecc13243226326e68037264d765cc2fa4 [
file
] [
log
] [
blame
]
; RUN: llc < %s -mtriple=arm64-eabi | FileCheck %s
define
void
@foo
()
nounwind
{
; CHECK: foo
; CHECK: brk #0x1
tail
call
void
@llvm.trap
()
ret
void
}
declare
void
@llvm.trap
()
nounwind