AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.
[oota-llvm.git] / test / CodeGen / ARM64 / trap.ll
1 ; RUN: llc < %s -march=arm64 | FileCheck %s
2 define void @foo() nounwind {
3 ; CHECK: foo
4 ; CHECK: brk #0x1
5   tail call void @llvm.trap()
6   ret void
7 }
8 declare void @llvm.trap() nounwind