================ @@ -1,5 +1,9 @@ # RUN: not llvm-mc %s -triple=mips -mcpu=mips32 2>&1 | FileCheck %s +# CHECK: error: invalid operand for instruction + beql $t0, ($t0), 1 ---------------- yingopq wrote: Updated. https://github.com/llvm/llvm-project/pull/156413