8e12397d70
Former-commit-id: 7f59f7e792705db773f1caecdaa823092f4e2927
6 lines
274 B
LLVM
6 lines
274 B
LLVM
; RUN: not llc -mtriple=mips-unknown-linux -mcpu=mips32 -mattr=+use-indirect-jump-hazard %s 2>&1 | FileCheck %s
|
|
|
|
; Test that mips32 and indirect jump with hazard barriers is not supported.
|
|
|
|
; CHECK: LLVM ERROR: indirect jumps with hazard barriers requires MIPS32R2 or later
|