[ARM] Fixup the creation of VPT blocks
[llvm-core.git] / test / CodeGen / AArch64 / arm64-trap.ll
blobeb06bddecc13243226326e68037264d765cc2fa4
1 ; RUN: llc < %s -mtriple=arm64-eabi | FileCheck %s
2 define void @foo() nounwind {
3 ; CHECK: foo
4 ; CHECK: brk #0x1
5   tail call void @llvm.trap()
6   ret void
8 declare void @llvm.trap() nounwind