1 # RUN: not llvm-mc %s -arch=mips -mcpu=mips32r2 2>&1 | \
2 # RUN: FileCheck %s --check-prefix=ALL
7 blt $a2
, 16, foo
# ALL: :[[@LINE]]:5: error: pseudo-instruction requires $at, which is not available
11 blt $a2
, 16, foo
# ALL: :[[@LINE]]:5: warning: macro instruction expanded into multiple instructions
12 # ALL-NOT: :[[@LINE-1]]:5: warning: macro instruction expanded into multiple instructions