llvm-6502/test/CodeGen/AArch64/arm64-trap.ll

9 lines
183 B
LLVM
Raw Normal View History

; RUN: llc < %s -march=arm64 | FileCheck %s
define void @foo() nounwind {
; CHECK: foo
; CHECK: brk #0x1
tail call void @llvm.trap()
ret void
}
declare void @llvm.trap() nounwind