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