aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorRichard Guenther <rguenther@suse.de>2010-12-09 10:00:25 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2010-12-09 10:00:25 +0000
commitfa1fabcbbce4ec891b5856ebd994384c6635736b (patch)
tree8004babdc793f99c4704ed369b977399b980bd34 /gcc/rtl.h
parent27037b5f7d05ec826b4931d87d4e9a68f680e62f (diff)
downloadgcc-fa1fabcbbce4ec891b5856ebd994384c6635736b.zip
gcc-fa1fabcbbce4ec891b5856ebd994384c6635736b.tar.gz
gcc-fa1fabcbbce4ec891b5856ebd994384c6635736b.tar.bz2
rtl.h (invalid_mode_change_p): Adjust prototype.
2010-12-09 Richard Guenther <rguenther@suse.de> * rtl.h (invalid_mode_change_p): Adjust prototype. * reginfo.c (invalid_mode_change_p): Remove from argument. * ira-costs.c (print_allocno_costs): Adjust callers. (find_costs_and_classes): Likewise. 2010-12-09 Richard Guenther <rguenther@suse.de> * ira.c (ira): Do not call finish_subregs_of_mode. * ira-costs.c (finish_costs): Call finish_subregs_of_mode. From-SVN: r167631
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index fdb185c..bb482ba 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -2455,8 +2455,7 @@ extern void init_reg_sets (void);
extern void regclass (rtx, int);
extern void reg_scan (rtx, unsigned int);
extern void fix_register (const char *, int, int);
-extern bool invalid_mode_change_p (unsigned int, enum reg_class,
- enum machine_mode);
+extern bool invalid_mode_change_p (unsigned int, enum reg_class);
/* In reorg.c */
extern void dbr_schedule (rtx);