mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-08 13:26:19 +00:00
![Rafael Espindola](/assets/img/avatar_default.png)
Patch extracted from a larger one by the PaX team. I added the testcases and tightened error handling a bit. llvm-svn: 158523
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
|