xref: /llvm-project/llvm/test/MC/Mips/mips32r6/invalid-mips2-wrong-error.s (revision 238692beb90235464e82247d3d7fb5a387eeb5c2)
119627f47SDaniel Sanders# Instructions that are invalid and are correctly rejected but use the wrong
219627f47SDaniel Sanders# error message at the moment.
319627f47SDaniel Sanders#
419627f47SDaniel Sanders# RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips32r6 \
519627f47SDaniel Sanders# RUN:     2>%t1
619627f47SDaniel Sanders# RUN: FileCheck %s < %t1
719627f47SDaniel Sanders
819627f47SDaniel Sanders        .set noat
9*65f10571SToma Tabacu        bc2tl 4                 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
10*65f10571SToma Tabacu        bc2fl 4                 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
11