aboutsummaryrefslogtreecommitdiff
path: root/gcc/reload.c
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2001-09-04 22:54:09 -0700
committerRichard Henderson <rth@gcc.gnu.org>2001-09-04 22:54:09 -0700
commitaead1ca3db61ac3e942e4c57a23d1dfbe3813234 (patch)
tree1fc8fc8a6a49754c767b4d792fee043b740268fe /gcc/reload.c
parentef671f41754b1eef032f3f284b0b1bc8941b7941 (diff)
downloadgcc-aead1ca3db61ac3e942e4c57a23d1dfbe3813234.zip
gcc-aead1ca3db61ac3e942e4c57a23d1dfbe3813234.tar.gz
gcc-aead1ca3db61ac3e942e4c57a23d1dfbe3813234.tar.bz2
reload.c (push_reload): Export.
* reload.c (push_reload): Export. * reload.h (push_reload): Declare it. * config/alpha/alpha.h (LEGITIMIZE_ADDRESS): Move out o' line. (LEGITIMIZE_RELOAD_ADDRESS): Likewise. * config/alpha/alpha.c (alpha_legitimize_address): New. (alpha_legitimize_reload_address): Likewise. * config/alpha/alpha-protos.h: Declare them. From-SVN: r45392
Diffstat (limited to 'gcc/reload.c')
-rw-r--r--gcc/reload.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/reload.c b/gcc/reload.c
index 9fb19ba..b069d18 100644
--- a/gcc/reload.c
+++ b/gcc/reload.c
@@ -242,9 +242,6 @@ static int push_secondary_reload PARAMS ((int, rtx, int, int, enum reg_class,
#endif
static enum reg_class find_valid_class PARAMS ((enum machine_mode, int));
static int reload_inner_reg_of_subreg PARAMS ((rtx, enum machine_mode));
-static int push_reload PARAMS ((rtx, rtx, rtx *, rtx *, enum reg_class,
- enum machine_mode, enum machine_mode,
- int, int, int, enum reload_type));
static void push_replacement PARAMS ((rtx *, int, enum machine_mode));
static void combine_reloads PARAMS ((void));
static int find_reusable_reload PARAMS ((rtx *, rtx, enum reg_class,
@@ -845,7 +842,7 @@ reload_inner_reg_of_subreg (x, mode)
the two reload-numbers are equal, but the caller should be careful to
distinguish them. */
-static int
+int
push_reload (in, out, inloc, outloc, class,
inmode, outmode, strict_low, optional, opnum, type)
rtx in, out;