11 lines · plain
1# Instructions that are invalid and are correctly rejected but use the wrong2# error message at the moment.3#4# RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips32r6 \5# RUN: 2>%t16# RUN: FileCheck %s < %t17 8 .set noat9 bc2tl 4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction10 bc2fl 4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction11