aboutsummaryrefslogtreecommitdiff
path: root/gcc/lra-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/lra-int.h')
-rw-r--r--gcc/lra-int.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/gcc/lra-int.h b/gcc/lra-int.h
index 67fd18b..8ad0b4a 100644
--- a/gcc/lra-int.h
+++ b/gcc/lra-int.h
@@ -100,14 +100,14 @@ public:
int val;
/* Offset from relative eliminate register to pesudo reg. */
poly_int64 offset;
- /* These members are set up in lra-lives.c and updated in
- lra-coalesce.c. */
+ /* These members are set up in lra-lives.cc and updated in
+ lra-coalesce.cc. */
/* The biggest size mode in which each pseudo reg is referred in
whole function (possibly via subreg). */
machine_mode biggest_mode;
/* Live ranges of the pseudo. */
lra_live_range_t live_ranges;
- /* This member is set up in lra-lives.c for subsequent
+ /* This member is set up in lra-lives.cc for subsequent
assignments. */
lra_copy_t copies;
};
@@ -119,7 +119,7 @@ extern HARD_REG_SET hard_regs_spilled_into;
/* Static info about each insn operand (common for all insns with the
same ICODE). Warning: if the structure definition is changed, the
- initializer for debug_operand_data in lra.c should be changed
+ initializer for debug_operand_data in lra.cc should be changed
too. */
struct lra_operand_data
{
@@ -164,7 +164,7 @@ struct lra_insn_reg
internal insn info. It exists in at most one exemplar for each
non-negative ICODE. There is only one exception. Each asm insn has
own structure. Warning: if the structure definition is changed,
- the initializer for debug_insn_static_data in lra.c should be
+ the initializer for debug_insn_static_data in lra.cc should be
changed too. */
struct lra_static_insn_data
{
@@ -269,7 +269,7 @@ typedef class lra_insn_recog_data *lra_insn_recog_data_t;
#error wrong LRA_MAX_REMATERIALIZATION_PASSES value
#endif
-/* lra.c: */
+/* lra.cc: */
extern FILE *lra_dump_file;
@@ -330,7 +330,7 @@ extern bitmap_head lra_split_regs;
extern bitmap_head lra_subreg_reload_pseudos;
extern bitmap_head lra_optional_reload_pseudos;
-/* lra-constraints.c: */
+/* lra-constraints.cc: */
extern void lra_init_equiv (void);
extern int lra_constraint_offset (int, machine_mode);
@@ -347,7 +347,7 @@ extern bool spill_hard_reg_in_range (int, enum reg_class, rtx_insn *, rtx_insn *
extern void lra_inheritance (void);
extern bool lra_undo_inheritance (void);
-/* lra-lives.c: */
+/* lra-lives.cc: */
extern int lra_live_max_point;
extern int *lra_point_freq;
@@ -372,7 +372,7 @@ extern void lra_live_ranges_init (void);
extern void lra_live_ranges_finish (void);
extern void lra_setup_reload_pseudo_preferenced_hard_reg (int, int, int);
-/* lra-assigns.c: */
+/* lra-assigns.cc: */
extern int lra_assignment_iter;
extern int lra_assignment_iter_after_spill;
@@ -380,19 +380,19 @@ extern void lra_setup_reg_renumber (int, int, bool);
extern bool lra_assign (bool &);
extern bool lra_split_hard_reg_for (void);
-/* lra-coalesce.c: */
+/* lra-coalesce.cc: */
extern int lra_coalesce_iter;
extern bool lra_coalesce (void);
-/* lra-spills.c: */
+/* lra-spills.cc: */
extern bool lra_need_for_scratch_reg_p (void);
extern bool lra_need_for_spills_p (void);
extern void lra_spill (void);
extern void lra_final_code_change (void);
-/* lra-remat.c: */
+/* lra-remat.cc: */
extern int lra_rematerialization_iter;
extern bool lra_remat (void);