[llvm-readobj] - Simplify stack-sizes.test test case.
[llvm-complete.git] / test / MC / AsmParser / cfi-window-save.s
blobc309436c788f62f16e3968c851fe3c7915ffba38
1 # RUN: llvm-mc -filetype=asm -triple x86_64-pc-linux-gnu <%s | FileCheck %s
3 # Should use SPARC as the target to test this. However, SPARC does not support
4 # asm parsing yet.
6 # CHECK: .cfi_window_save
9 f:
10 .cfi_startproc
11 nop
12 .cfi_window_save
13 nop
14 .cfi_endproc