[ARM] Fixup the creation of VPT blocks
[llvm-core.git] / test / CodeGen / AArch64 / windows-trap1.ll
blob6f6fa3a6609ac1807d5247f6c7919491290465ab
1 ; RUN: llc -mtriple=aarch64-windows %s -o -| FileCheck %s
2 ; RUN: llc -mtriple=aarch64-windows -fast-isel %s -o - | FileCheck %s
3 ; RUN: llc -mtriple=aarch64-windows -global-isel %s -o - | FileCheck %s
5 ; CHECK-LABEL: test1:
6 ; CHECK: brk #0xf000
7 define void @test1() noreturn nounwind  {
8 entry:
9   tail call void @llvm.debugtrap( )
10   ret void
13 declare void @llvm.debugtrap() nounwind