aboutsummaryrefslogtreecommitdiff
path: root/gcc/flow.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/flow.c')
-rw-r--r--gcc/flow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/flow.c b/gcc/flow.c
index 216312b..43ea11d 100644
--- a/gcc/flow.c
+++ b/gcc/flow.c
@@ -174,7 +174,7 @@ static int num_scratch;
/* Indexed by n, giving various register information */
-reg_info *reg_n_info;
+varray_type reg_n_info;
/* Size of the reg_n_info table. */