279aa8f685
Former-commit-id: 0c7ce5b1a7851e13f22acfd379b7f9fb304e4833
6 lines
292 B
LLVM
6 lines
292 B
LLVM
; RUN: not llc -mtriple=mips-unknown-linux -mcpu=mips32r2 -mattr=+micromips,+use-indirect-jump-hazard %s 2>&1 | FileCheck %s
|
|
|
|
; Test that microMIPS and indirect jump with hazard barriers is not supported.
|
|
|
|
; CHECK: LLVM ERROR: cannot combine indirect jumps with hazard barriers and microMIPS
|