diff options
author | Andrew Haley <aph@redhat.com> | 2000-09-18 19:27:37 +0000 |
---|---|---|
committer | Andrew Haley <aph@gcc.gnu.org> | 2000-09-18 19:27:37 +0000 |
commit | 659e47fb241303d55e264111360d41aa132947e1 (patch) | |
tree | 614e4aa4487dc0588a17968047aee0e298b20627 /gcc/rtl.h | |
parent | f2f90c63c8832dcf581120672567453b8e062d7a (diff) | |
download | gcc-659e47fb241303d55e264111360d41aa132947e1.zip gcc-659e47fb241303d55e264111360d41aa132947e1.tar.gz gcc-659e47fb241303d55e264111360d41aa132947e1.tar.bz2 |
toplev.c (rest_of_compilation): Call purge_hard_subreg_sets to remove all SETs of SUBREGs of hard registers.
2000-09-15 Andrew Haley <aph@redhat.com>
* toplev.c (rest_of_compilation): Call purge_hard_subreg_sets to
remove all SETs of SUBREGs of hard registers.
* function.c (purge_hard_subreg_sets): New function.
(purge_single_hard_subreg_set): New function.
* rtl.h: (purge_hard_subreg_sets): New function.
From-SVN: r36511
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1776,6 +1776,7 @@ extern void preserve_rtl_expr_result PARAMS ((rtx)); extern void mark_temp_addr_taken PARAMS ((rtx)); extern void update_temp_slot_address PARAMS ((rtx, rtx)); extern void purge_addressof PARAMS ((rtx)); +extern void purge_hard_subreg_sets PARAMS ((rtx)); /* In reload.c */ extern int operands_match_p PARAMS ((rtx, rtx)); |