brintos

brintos / llvm-project-archived public Read only

0
0
Text · 323 B · 604ddbf Raw
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=mips32 \5# RUN:     2> %t16# RUN: not FileCheck %s < %t17# XFAIL: *8 9# CHECK-NOT: error10        .set noat11        rdhwr   $sp,$1112