16c97d979SDaniel Sanders# Instructions that are invalid and are correctly rejected but use the wrong 26c97d979SDaniel Sanders# error message at the moment. 36c97d979SDaniel Sanders# 46c97d979SDaniel Sanders# RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips32r6 \ 56c97d979SDaniel Sanders# RUN: 2>%t1 66c97d979SDaniel Sanders# RUN: FileCheck %s < %t1 76c97d979SDaniel Sanders 86c97d979SDaniel 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