mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
f6b523e7ac
llvm-svn: 318389
5 lines
245 B
ArmAsm
5 lines
245 B
ArmAsm
# RUN: not llvm-mc -arch=mips -mcpu=mips32r2 -mattr=+mt < %s 2>%t1
|
|
# RUN: FileCheck %s < %t1
|
|
mftr 0($4), $5, 0, 0, 0 # CHECK: error: unexpected token in argument list
|
|
mttr 0($4), $5, 0, 0, 0 # CHECK: error: unexpected token in argument list
|