[x32] Fix FrameIndex check in SelectLEA64_32Addr
[oota-llvm.git] / test / CodeGen / Mips / mips64r6 / compatibility.ll
1 ; RUN: llc -march=mipsel -mcpu=mips64r6 < %s | FileCheck %s
2 ; RUN: not llc -march=mipsel -mcpu=mips64r6 -mattr=+dsp < %s 2>&1 | FileCheck --check-prefix=DSP %s
3
4 ; CHECK: foo:
5 ; DSP: MIPS64r6 is not compatible with the DSP ASE
6
7 define void @foo() nounwind {
8   ret void
9 }