summaryrefslogtreecommitdiff
path: root/gcc/tree-data-ref.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-data-ref.c')
-rw-r--r--gcc/tree-data-ref.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/tree-data-ref.c b/gcc/tree-data-ref.c
index 54705940a24..1cf25bac569 100644
--- a/gcc/tree-data-ref.c
+++ b/gcc/tree-data-ref.c
@@ -5335,9 +5335,9 @@ free_data_refs (vec<data_reference_p> datarefs)
}
/* Common routine implementing both dr_direction_indicator and
- dr_zero_step_indicator. Return USEFUL_MIN if the indicator
- is known to be >= USEFUL_MIN and -1 if the indicator is
- known to be negative. */
+ dr_zero_step_indicator. Return USEFUL_MIN if the indicator is known
+ to be >= USEFUL_MIN and -1 if the indicator is known to be negative.
+ Return the step as the indicator otherwise. */
static tree
dr_step_indicator (struct data_reference *dr, int useful_min)