[InstCombine] Signed saturation patterns
[llvm-complete.git] / test / MC / AArch64 / arm64_32-compact-unwind.s
blob59d882ae3a5c006bef67ec5e6af020e8e1760378
1 ; RUN: llvm-mc -triple=arm64_32-ios7.0 -filetype=obj %s -o %t
2 ; RUN: llvm-objdump -s %t | FileCheck %s
4 ; The compact unwind format in ILP32 mode is pretty much the same, except
5 ; references to addresses (function, personality, LSDA) are pointer-sized.
7 ; CHECK: Contents of section __compact_unwind:
8 ; CHECK-NEXT: 0004 00000000 04000000 00000002 00000000
9 ; CHECK-NEXT: 0014 00000000
10 .globl _test_compact_unwind
11 .align 2
12 _test_compact_unwind:
13 .cfi_startproc
14 ret
15 .cfi_endproc