aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorH.J. Lu <hongjiu.lu@intel.com>2009-02-12 18:32:16 +0000
committerH.J. Lu <hjl@gcc.gnu.org>2009-02-12 10:32:16 -0800
commit328e13b7d2526ab1271f26f77f4b34ee72ca13c7 (patch)
tree1d5417eb5084339da0db386c0512459a4b4b0d49 /gcc/rtl.h
parent94af6686cc6d54ef13d12c9c819df9102e743e8d (diff)
downloadgcc-328e13b7d2526ab1271f26f77f4b34ee72ca13c7.zip
gcc-328e13b7d2526ab1271f26f77f4b34ee72ca13c7.tar.gz
gcc-328e13b7d2526ab1271f26f77f4b34ee72ca13c7.tar.bz2
caller-save.c: Replace regclass.c with reginfo.c in comments.
2009-02-12 H.J. Lu <hongjiu.lu@intel.com> * caller-save.c: Replace regclass.c with reginfo.c in comments. * recog.c: Likewise. * rtl.h: Likewise. From-SVN: r144135
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index eaedb00..9ccff20 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -1696,7 +1696,7 @@ extern rtx simplify_rtx (const_rtx);
extern rtx avoid_constant_pool_reference (rtx);
extern bool mode_signbit_p (enum machine_mode, const_rtx);
-/* In regclass.c */
+/* In reginfo.c */
extern enum machine_mode choose_hard_reg_mode (unsigned int, unsigned int,
bool);
@@ -1820,7 +1820,7 @@ extern rtx remove_free_INSN_LIST_node (rtx *);
extern rtx remove_free_EXPR_LIST_node (rtx *);
-/* regclass.c */
+/* reginfo.c */
/* Initialize may_move_cost and friends for mode M. */
extern void init_move_cost (enum machine_mode);
@@ -2217,7 +2217,7 @@ extern HARD_REG_SET eliminable_regset;
#endif
extern void mark_elimination (int, int);
-/* In regclass.c */
+/* In reginfo.c */
extern int reg_classes_intersect_p (enum reg_class, enum reg_class);
extern int reg_class_subset_p (enum reg_class, enum reg_class);
extern void globalize_reg (int);