AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.
[oota-llvm.git] / test / CodeGen / ARM64 / compact-unwind-unhandled-cfi.S
1 ; RUN: llvm-mc -triple arm64-apple-darwin -filetype=obj -o /dev/null %s
2
3         .text
4         .globl _foo
5         .cfi_startproc
6 _foo:
7         stp x29, x30, [sp, #-16]!
8  .cfi_adjust_cfa_offset 16
9
10         ldp x29, x30, [sp], #16
11  .cfi_adjust_cfa_offset -16
12         .cfi_restore x29
13         .cfi_restore x30
14
15         ret
16
17         .cfi_endproc