From: Jan Hubicka Date: Fri, 30 Jan 2004 11:28:21 +0000 (+0000) Subject: reload.c (secondary_memlocs_elim_used): New static variable. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1f2eae8da546be392626ab4d9da1fdc1364b95fd;p=gcc.git reload.c (secondary_memlocs_elim_used): New static variable. * reload.c (secondary_memlocs_elim_used): New static variable. (get_secondary_mem): Update it. (find_reloads): Use it. [[Split portion of a mixed commit.]] From-SVN: r76949.2 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3927965520e..5829d80310f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2004-01-30 Jan Hubicka + + * reload.c (secondary_memlocs_elim_used): New static variable. + (get_secondary_mem): Update it. + (find_reloads): Use it. + 2004-01-30 Steven Bosscher * toplev.c: Fix broken checkin of 2003-12-30, again.