summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AArch64/macho-trap.ll
blob: 88700f837fedca3c510f7093d10e83ac233fb9f7 (plain)
1
2
3
4
5
6
7
; RUN: llc -mtriple=aarch64-apple-ios7.0 %s -o - | FileCheck %s

define void @test_unreachable() {
; CHECK-LABEL: test_unreachable:
; CHECK: brk #0x1
  unreachable
}
OpenPOWER on IntegriCloud