OSDN Git Service

gcc/
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 31 Jan 2008 09:25:52 +0000 (09:25 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 31 Jan 2008 09:25:52 +0000 (09:25 +0000)
commit53716799b22d514eaf4bf48ef23dfa951acfd68e
tree67a44fcb3781dd72b17bb7d4adfa08e14a951d54
parent1650f4d3b88c556ec3be9b9158e439ad835e9393
gcc/
PR rtl-optimization/34995
* reload.c (alternative_allows_const_pool_ref): Take an rtx
parameter and return a bool.  If the rtx parameter is nonnull,
check that it satisfies an EXTRA_MEMORY_CONSTRAINT.
(find_reloads): Update call accordingly.  Pass the new operand
if it needed no address reloads, otherwise pass null.

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