Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / MC / Mips / macro-bcc-imm-bad.s
blobc56666dbeba030b4233a36008e451a0fc7fa5fd6
1 # RUN: not llvm-mc %s -triple=mips -mcpu=mips32r2 2>&1 | \
2 # RUN: FileCheck %s --check-prefix=ALL
4 .text
5 .set noat
6 foo:
7 blt $a2, 16, foo # ALL: :[[@LINE]]:5: error: pseudo-instruction requires $at, which is not available
8 .set at
9 .set noreorder
10 .set nomacro
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