R600: Remove a few more things from AMDILISelLowering
[oota-llvm.git] / test / MC / X86 / no-elf-compact-unwind.s
1 // RUN: llvm-mc < %s -filetype=obj -triple x86_64-apple-macosx10.8.0 | llvm-readobj -s | FileCheck -check-prefix=MACHO %s
2 // RUN: llvm-mc < %s -filetype=obj -triple x86_64-unknown-linux | llvm-readobj -s | FileCheck -check-prefix=ELF %s
3
4         .globl  __Z3barv
5         .align  4, 0x90
6 __Z3barv:
7         .cfi_startproc
8         pushq   %rax
9         .cfi_def_cfa_offset 16
10         popq    %rax
11         retq
12         .cfi_endproc
13
14 // MACHO: Name: __compact_unwind
15 // ELF-NOT: __compact_unwind