h8300.c (compute_mov_length): Fix the length of loading CONST0_RTX (SFmode).
authorKazu Hirata <kazu@cs.umass.edu>
Wed, 2 Jul 2003 20:48:04 +0000 (20:48 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Wed, 2 Jul 2003 20:48:04 +0000 (20:48 +0000)
commitfad37371f9c9b29b05761a8014ff3b1d79dd637f
treee7fb60ac901a9b7f428eb6c9b8c3a0344b18f7cd
parent836d77a9f4d32c9806e6b2e4feae639eb45aa9a9
h8300.c (compute_mov_length): Fix the length of loading CONST0_RTX (SFmode).

* config/h8300/h8300.c (compute_mov_length): Fix the length of
loading CONST0_RTX (SFmode).
* config/h8300/h8300.h (CONST_DOUBLE_OK_FOR_LETTER_P): Change
'G' to CONST0_RTX (SFmode).
* config/h8300/h8300.md (movsf_h8300): Change the first
constraint to 'G'.
(movsf_h8300h): Likewise.

From-SVN: r68854
gcc/ChangeLog
gcc/config/h8300/h8300.c
gcc/config/h8300/h8300.h
gcc/config/h8300/h8300.md