OSDN Git Service

PR middle-end/6600
authorsayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 21 May 2002 22:38:00 +0000 (22:38 +0000)
committersayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 21 May 2002 22:38:00 +0000 (22:38 +0000)
commitd1f6ae0c9050665ae2bf936cc6fd0dcc076ee0d9
treee6e972a811f5ef5fa3c100a265feb19931714020
parentc249c29956eec9f7e87b308d6a130a81d8da2479
PR middle-end/6600
* expr.c (STORE_MAX_PIECES): New macro to avoid immediate constants
larger than INTEGER_CST.  (store_by_pieces_1): Use it here...
(can_store_by_pieces): ... and here to limit the largest mode used.
Add a comment to document this function.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53706 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/expr.c