OSDN Git Service

* config/bfin/bfin.h (LEGITIMATE_CONSTANT_P): Call
authorbernds <bernds@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 20 Nov 2006 12:22:25 +0000 (12:22 +0000)
committerbernds <bernds@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 20 Nov 2006 12:22:25 +0000 (12:22 +0000)
commitcf63c74394781b3136cb2a07e7910e33efb85df5
tree0f1f7a4aeff6b0ce5ab4e6785108850140a44cdd
parent725b196ef1c17ba12255c2badbdd51e36761e2fa
* config/bfin/bfin.h (LEGITIMATE_CONSTANT_P): Call
bfin_legitimate_constant_p.
* config/bfin/bfin.md (movsi expander): Check return value of
expand_mvoe.
* config/bfin/bfin-protos.h (bfin_legitimate_constant_p): Declare.
(expand_move): Adjust prototype.
* config/bfin/bfin.c (expand_move): Now returns bool.  Handle
invalid constants specially.
(bfin_cannot_force_const_mem, bfin_legitimate_constant_p): New
functions.
(TARGET_CANNOT_FORCE_CONST_MEM): New macro.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@119011 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/bfin/bfin-protos.h
gcc/config/bfin/bfin.c
gcc/config/bfin/bfin.h
gcc/config/bfin/bfin.md