summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/Mips/mt/invalid-wrong-error.s
blob: 6de852cf0cbe3b8c434a5c987d86108886e6ee97 (plain)
1
2
3
4
# 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
OpenPOWER on IntegriCloud