brad dafbe5d7d9 r217410
Set trunc store action to Expand for all X86 targets.

When compiling without SSE2, isTruncStoreLegal(F64, F32) would return Legal, whereas
with SSE2 it would return Expand. And since the Target doesn't seem to actually
handle a truncstore for double -> float, it would just output a store of a full
double in the space for a float hence overwriting other bits on the stack.
2014-09-15 19:24:16 +00:00
..
2014-09-15 19:24:16 +00:00
2014-09-15 19:24:16 +00:00