xref: /llvm-project/llvm/test/MC/Mips/mt/invalid-wrong-error.s (revision 252c42354eca54274ed7b10c32c73c6937478e8b)
1# RUN: not llvm-mc -triple=mips -mcpu=mips32r2 -mattr=+mt < %s 2>%t1
2# RUN: FileCheck %s < %t1
3  mftr 0($4), $5, 0, 0, 0 # CHECK: error: unexpected token in argument list
4  mttr 0($4), $5, 0, 0, 0 # CHECK: error: unexpected token in argument list
5