aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/AsmParser/macro-irp.s
blob: 2f26eabae53cc88ccb1a10291e2fce6f2346f725 (plain)
1
2
3
4
5
6
7
8
// RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s

.irp reg,%eax,%ebx
        pushl \reg
.endr

// CHECK: pushl %eax
// CHECK: pushl %ebx