Heuristic: If the number of operands in the alias are more than the number of
[llvm/stm8.git] / test / MC / AsmParser / macro-args.s
blob808b6eb488035187d36c9f38d4e3ea953fdf8a26
1 // RUN: llvm-mc -triple x86_64-apple-darwin10 %s | FileCheck %s
3 .macro GET var,re2g
4 movl \var@GOTOFF(%ebx),\re2g
5 .endm
8 GET is_sse, %eax
10 // CHECK: movl is_sse@GOTOFF(%ebx), %eax