mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
9efec1f548
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
|