11 lines · plain
1# RUN: not llvm-mc -triple=mips -mcpu=mips32r2 -mattr=+mips16 < %s 2> %t2# RUN: FileCheck %s < %t3 4# Instructions which are invalid.5 6$label:7 nop 4 # CHECK: :[[@LINE]]:7: error: invalid operand for instruction8 nop $4 # CHECK: :[[@LINE]]:7: error: invalid operand for instruction9 nop $label # CHECK: :[[@LINE]]:7: error: invalid operand for instruction10 11