| Submitter | Uros Bizjak |
|---|---|
| Date | Nov. 1, 2011, 8:04 p.m. |
| Message ID | <CAFULd4bCijt60SLms2GkL_HJYKxeSg=78ne8GBiR-F1Dd-Lacg@mail.gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/123137/ |
| State | New |
| Headers | show |
Comments
Patch
Index: config/i386/i386.md =================================================================== --- config/i386/i386.md (revision 180741) +++ config/i386/i386.md (working copy) @@ -5053,7 +5053,7 @@ emit_insn (gen_sse2_loadld (operands[4], CONST0_RTX (V4SImode), operands[2])); } - if (<ssevecmode>mode == V4SImode) + if (<ssevecmode>mode == V4SFmode) emit_insn (gen_floatv4siv4sf2 (operands[3], operands[4])); else emit_insn (gen_sse2_cvtdq2pd (operands[3], operands[4]));