diff options
Diffstat (limited to 'gcc/flow.c')
-rw-r--r-- | gcc/flow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/flow.c b/gcc/flow.c index a0ea335faee..98b3e4919ee 100644 --- a/gcc/flow.c +++ b/gcc/flow.c @@ -417,7 +417,7 @@ life_analysis (f, file, flags) { #ifdef ELIMINABLE_REGS register int i; - static struct {int from, to; } eliminables[] = ELIMINABLE_REGS; + static const struct {const int from, to; } eliminables[] = ELIMINABLE_REGS; #endif /* Record which registers will be eliminated. We use this in |