1 ; RUN: not --crash llc -march=mipsel -mcpu=mips32r2 -mattr=+fp64 \
2 ; RUN: -O0 -relocation-model=pic -fast-isel-abort=3 < %s
4 ; Check that FastISel aborts when we have 64bit FPU registers. FastISel currently
5 ; supports AFGR64 only, which uses paired 32 bit registers.
7 define zeroext i1 @f(double %value) {
11 %value.addr = alloca double, align 8
12 store double %value, ptr %value.addr, align 8