mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-20 09:30:43 +00:00
9 lines
118 B
ArmAsm
9 lines
118 B
ArmAsm
|
@ RUN: llvm-mc -triple arm-unknown-unknown %s | FileCheck %s
|
||
|
|
||
|
@ CHECK: nop
|
||
|
nop
|
||
|
|
||
|
@ CHECK: nopeq
|
||
|
nopeq
|
||
|
|