summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/Mips/mips16/invalid.s
blob: 4ed3c91433315a2c644ca9092c5a149f838914c1 (plain)
1
2
3
4
5
6
7
8
9
10
# RUN: not llvm-mc -arch=mips -mcpu=mips32r2 -mattr=+mips16 < %s 2> %t
# RUN: FileCheck %s < %t

# Instructions which are invalid.

$label:
  nop 4         # CHECK: :[[@LINE]]:7: error: invalid operand for instruction
  nop $4        # CHECK: :[[@LINE]]:7: error: invalid operand for instruction
  nop $label    # CHECK: :[[@LINE]]:7: error: invalid operand for instruction

OpenPOWER on IntegriCloud