Revert r354244 "[DAGCombiner] Eliminate dead stores to stack."
[llvm-complete.git] / test / CodeGen / Mips / Fast-ISel / fast-isel-softfloat-lower-args.ll
blob24161ca82382096c275776e7b000ece04bcb0f36
1 ; RUN: not 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) {
7 entry:
8   %__x.addr = alloca double, align 8
9   store double %__x, double* %__x.addr, align 8
10   ret void