summaryrefslogtreecommitdiff
path: root/gcc/combine.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/combine.c')
-rw-r--r--gcc/combine.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/combine.c b/gcc/combine.c
index a3acb1a0d89..c3db2e0adf6 100644
--- a/gcc/combine.c
+++ b/gcc/combine.c
@@ -144,7 +144,7 @@ static rtx i2mod_old_rhs;
static rtx i2mod_new_rhs;
-typedef struct reg_stat_struct {
+struct reg_stat_type {
/* Record last point of death of (hard or pseudo) register n. */
rtx_insn *last_death;
@@ -251,7 +251,7 @@ typedef struct reg_stat_struct {
value. */
ENUM_BITFIELD(machine_mode) truncated_to_mode : 8;
-} reg_stat_type;
+};
static vec<reg_stat_type> reg_stat;