diff options
author | Uros Bizjak <ubizjak@gmail.com> | 2012-04-02 12:04:10 +0200 |
---|---|---|
committer | Uros Bizjak <uros@gcc.gnu.org> | 2012-04-02 12:04:10 +0200 |
commit | 5bd5034e244983cb1d6655a759efafcd5b6287aa (patch) | |
tree | 25a87d90e52dfd9812287295b22efbecb3a3a3a1 /gcc/rtl.h | |
parent | 36504e5f465b19d444187bcee11a26e1842d277c (diff) | |
download | gcc-5bd5034e244983cb1d6655a759efafcd5b6287aa.zip gcc-5bd5034e244983cb1d6655a759efafcd5b6287aa.tar.gz gcc-5bd5034e244983cb1d6655a759efafcd5b6287aa.tar.bz2 |
Partially revert:
2012-03-29 Richard Guenther <rguenther@suse.de>
* rtl.h (extended_count): Remove.
* combine.c (extended_count): Remove.
From-SVN: r186077
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2455,6 +2455,7 @@ extern bool validate_subreg (enum machine_mode, enum machine_mode, const_rtx, unsigned int); /* In combine.c */ +extern unsigned int extended_count (const_rtx, enum machine_mode, int); extern rtx remove_death (unsigned int, rtx); extern void dump_combine_stats (FILE *); extern void dump_combine_total_stats (FILE *); |