diff options
Diffstat (limited to 'gcc/tree-scalar-evolution.c')
-rw-r--r-- | gcc/tree-scalar-evolution.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/tree-scalar-evolution.c b/gcc/tree-scalar-evolution.c index af959b7..2d31f9f 100644 --- a/gcc/tree-scalar-evolution.c +++ b/gcc/tree-scalar-evolution.c @@ -282,8 +282,7 @@ static tree analyze_scalar_evolution_1 (struct loop *, tree, tree); basic block INSTANTIATED_BELOW, the value of VAR can be expressed as CHREC. */ -struct scev_info_str GTY(()) -{ +struct GTY(()) scev_info_str { basic_block instantiated_below; tree var; tree chrec; |