1 ; RUN: not --crash llc -march=mipsel -mcpu=mips32r2 -mattr=+soft-float \
2 ; RUN: -O0 -fast-isel-abort=3 -relocation-model=pic < %s
4 ; Test that FastISel aborts instead of trying to lower arguments for soft-float.
6 define void @__signbit(double %__x) {
8 %__x.addr = alloca double, align 8
9 store double %__x, ptr %__x.addr, align 8