mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
aa7a2f2ba3
Patch extracted from a larger one by the PaX team. I added the testcases and tightened error handling a bit. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158523 91177308-0d34-0410-b5e6-96231b3b80d8
9 lines
153 B
ArmAsm
9 lines
153 B
ArmAsm
// RUN: llvm-mc -triple x86_64-unknown-unknown %s | FileCheck %s
|
|
|
|
.irp reg,%eax,%ebx
|
|
pushl \reg
|
|
.endr
|
|
|
|
// CHECK: pushl %eax
|
|
// CHECK: pushl %ebx
|