blob: 1adb1bc944e12f1d0f1d1ca5c607a7ebaf3a99ea [file] [log] [blame]
; RUN: llc -march=mipsel -mcpu=mips32r6 < %s | FileCheck %s
; RUN: not --crash llc -march=mipsel -mcpu=mips32r6 -mattr=+dsp < %s 2>&1 | FileCheck --check-prefix=DSP %s
; CHECK: foo:
; DSP: MIPS32r6 is not compatible with the DSP ASE
define void @foo() nounwind {
ret void
}