[llvm-objdump] - Remove one overload of reportError. NFCI.
[llvm-complete.git] / test / MC / Mips / msa / set-msa-directive-bad.s
blob02cb9a67e78931715ca46148acd904d673071b53
1 # RUN: not llvm-mc %s -arch=mips -mcpu=mips32r2 2>%t1
2 # RUN: FileCheck %s < %t1
4 .set nomsa
5 addvi.b $w14, $w12, 14 # CHECK: error: instruction requires a CPU feature not currently enabled
7 .set msa
8 addvi.h $w26, $w17, 4
10 .set nomsa
11 addvi.w $w19, $w13, 11 # CHECK: error: instruction requires a CPU feature not currently enabled