[llvm-objdump] - Remove one overload of reportError. NFCI.
[llvm-complete.git] / test / CodeGen / Mips / indirect-jump-hazard / unsupported-mips32.ll
blob48baedf53eaa32561acd8a838fc3dff7ea7cd3bb
1 ; RUN: not llc -mtriple=mips-unknown-linux -mcpu=mips32 -mattr=+use-indirect-jump-hazard %s 2>&1 | FileCheck %s
3 ; Test that mips32 and indirect jump with hazard barriers is not supported.
5 ; CHECK: LLVM ERROR: indirect jumps with hazard barriers requires MIPS32R2 or later