Sign in
ara-mdk
/
platform
/
external
/
llvm
/
b4ba5e68e1ac00bfb93572a1f271673deefd7ea9
/
.
/
test
/
MC
/
AsmParser
/
macro-irp.s
blob: a368b7446dc0f330ca6be922528553542fb457a8 [
file
] [
log
] [
blame
]
//
RUN
:
llvm
-
mc
-
triple x86_64
-
unknown
-
unknown
%s | FileCheck %
s
.irp reg
,%eax,%
ebx
pushl \reg
.endr
//
CHECK
:
pushl %eax
//
CHECK
:
pushl %ebx