Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / MC / AsmParser / macro-def-in-instantiation-darwin.s
blob6b77748807f79fc0100e37b17ce938e5c3223c88
1 # RUN: llvm-mc -triple=x86_64-apple-darwin10 %s | FileCheck %s
3 .macro .make_macro
4 $0 $1
5 $2 $3
6 $4
7 .endmacro
9 .make_macro .macro,.mybyte,.byte,$0,.endmacro
11 .data
12 # CHECK: .byte 10
13 .mybyte 10