12 lines · plain
1# Instructions that are supposed to be invalid but currently aren't2# This test will XPASS if any insn stops assembling.3#4# RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips2 \5# RUN: 2> %t16# RUN: not FileCheck %s < %t17# XFAIL: *8 9# CHECK-NOT: error10 .set noat11 rdhwr $sp,$1112