diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2005-01-24 08:55:47 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gcc.gnu.org> | 2005-01-24 08:55:47 +0000 |
commit | cf94b0fccc0d17e630f33ed3eff7619e71645f1c (patch) | |
tree | 41828e58bb4f1c77ba97241564241cbc154e5432 /gcc/rtl.h | |
parent | b77302be88147ea826ab87d7d31e810fa68f4279 (diff) | |
download | gcc-cf94b0fccc0d17e630f33ed3eff7619e71645f1c.zip gcc-cf94b0fccc0d17e630f33ed3eff7619e71645f1c.tar.gz gcc-cf94b0fccc0d17e630f33ed3eff7619e71645f1c.tar.bz2 |
rtlanal.c (non_rtx_starting_operands, [...]): New.
2005-01-24 Paolo Bonzini <bonzini@gnu.org>
* rtlanal.c (non_rtx_starting_operands, for_each_rtx_1,
init_rtlanal): New.
(for_each_rtx): Call for_each_rtx_1.
* rtl.h (init_rtlanal): Declare.
* toplev.c (backend_init): Call init_rtlanal.
From-SVN: r94146
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -966,6 +966,7 @@ enum label_kind not to use an rtx with this cost under any circumstances. */ #define MAX_COST INT_MAX +extern void init_rtlanal (void); extern int rtx_cost (rtx, enum rtx_code); extern int address_cost (rtx, enum machine_mode); extern unsigned int subreg_lsb (rtx); |