Commit cec471db by Uros Bizjak Committed by Richard Henderson

re PR target/22134 (vf_hue.c:54: internal compiler error: in final_scan_insn, at final.c:2419)

        PR target/22134
        * config/i386/i386.md (fist<mode>2_with_temp splitter):
        Clobber memory operand, not scratch register.

From-SVN: r101383
parent 832a0afe
2005-06-28 Uros Bizjak <uros@kss-loka.si>
PR target/22134
* config/i386/i386.md (fist<mode>2_with_temp splitter):
Clobber memory operand, not scratch register.
2005-06-28 Andreas Krebbel <krebbel1@de.ibm.com> 2005-06-28 Andreas Krebbel <krebbel1@de.ibm.com>
* config/s390/s390.c (machine_function): New field has_landing_pad_p. * config/s390/s390.c (machine_function): New field has_landing_pad_p.
......
...@@ -16212,7 +16212,7 @@ ...@@ -16212,7 +16212,7 @@
[(set (match_operand:X87MODEI12 0 "memory_operand" "") [(set (match_operand:X87MODEI12 0 "memory_operand" "")
(unspec:X87MODEI12 [(match_operand:XF 1 "register_operand" "")] (unspec:X87MODEI12 [(match_operand:XF 1 "register_operand" "")]
UNSPEC_FIST)) UNSPEC_FIST))
(clobber (match_scratch 2 ""))] (clobber (match_operand:X87MODEI12 2 "memory_operand" ""))]
"reload_completed" "reload_completed"
[(set (match_dup 0) (unspec:X87MODEI12 [(match_dup 1)] [(set (match_dup 0) (unspec:X87MODEI12 [(match_dup 1)]
UNSPEC_FIST))] UNSPEC_FIST))]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment