From 659e47fb241303d55e264111360d41aa132947e1 Mon Sep 17 00:00:00 2001 From: Andrew Haley Date: Mon, 18 Sep 2000 19:27:37 +0000 Subject: toplev.c (rest_of_compilation): Call purge_hard_subreg_sets to remove all SETs of SUBREGs of hard registers. 2000-09-15 Andrew Haley * 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 --- gcc/rtl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/rtl.h') diff --git a/gcc/rtl.h b/gcc/rtl.h index a866595..190e971 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -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)); -- cgit v1.1