aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2002-09-30 21:35:17 +0200
committerJan Hubicka <hubicka@gcc.gnu.org>2002-09-30 19:35:17 +0000
commit344b78b848693ada74b0ce238153c86fdf02ee09 (patch)
tree935edce515bf5aaa1706595857265e30bbcf42c7 /gcc/rtl.h
parent5a9a196102ff0d1bf27831e0ce396049cc334db8 (diff)
downloadgcc-344b78b848693ada74b0ce238153c86fdf02ee09.zip
gcc-344b78b848693ada74b0ce238153c86fdf02ee09.tar.gz
gcc-344b78b848693ada74b0ce238153c86fdf02ee09.tar.bz2
reload.c (push_reload): Handle subregs and secondary memory.
* reload.c (push_reload): Handle subregs and secondary memory. * reload1.c (gen_reload): Likewise. * jump.c (reg_or_subregno): New function. * rtl.h (reg_or_subregno): Declare * unroll.c (find_splittable_givs): Handle subregs. From-SVN: r57663
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index e2afd90..d4147c2 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -1943,6 +1943,7 @@ extern int invert_jump_1 PARAMS ((rtx, rtx));
extern int invert_jump PARAMS ((rtx, rtx, int));
extern int rtx_renumbered_equal_p PARAMS ((rtx, rtx));
extern int true_regnum PARAMS ((rtx));
+extern unsigned int reg_or_subregno PARAMS ((rtx));
extern int redirect_jump_1 PARAMS ((rtx, rtx));
extern int redirect_jump PARAMS ((rtx, rtx, int));
extern void rebuild_jump_labels PARAMS ((rtx));