Commit 9705d817 by Kaz Kojima

sh.md (movsf_ie): Fix length for TARGET_SH2A.

	* config/sh/sh.md (movsf_ie): Fix length for TARGET_SH2A.

From-SVN: r140382
parent f369bbb1
2008-09-15 Kaz Kojima <kkojima@gcc.gnu.org>
* config/sh/sh.md (movsf_ie): Fix length for TARGET_SH2A.
2008-09-15 Andrew Pinski <andrew_pinski@playstation.sony.com>
* config/rs6000/rs6000.md (floatsidf2): Rewrite PowerPC64 case to
......
......@@ -6655,7 +6655,6 @@ label:
! move optimized away"
[(set_attr "type" "fmove,move,fmove,fmove,pcfload,fload,fstore,pcload,load,store,fmove,fmove,load,*,fpul_gp,gp_fpul,fstore,load,nil")
(set_attr "late_fp_use" "*,*,*,*,*,*,yes,*,*,*,*,*,*,*,yes,*,yes,*,*")
(set_attr "length" "*,*,*,*,4,2,2,*,*,*,2,2,2,4,2,2,2,2,0")
(set_attr_alternative "length"
[(const_int 2)
(const_int 2)
......@@ -6669,8 +6668,12 @@ label:
(ne (symbol_ref "TARGET_SH2A") (const_int 0))
(const_int 4) (const_int 2))
(const_int 2)
(const_int 2)
(const_int 2)
(if_then_else
(ne (symbol_ref "TARGET_SH2A") (const_int 0))
(const_int 4) (const_int 2))
(if_then_else
(ne (symbol_ref "TARGET_SH2A") (const_int 0))
(const_int 4) (const_int 2))
(const_int 2)
(const_int 2)
(const_int 2)
......
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