diff options
Diffstat (limited to 'gcc/tree-ssa-loop-ivopts.c')
-rw-r--r-- | gcc/tree-ssa-loop-ivopts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-loop-ivopts.c b/gcc/tree-ssa-loop-ivopts.c index 946edd3..3faed93 100644 --- a/gcc/tree-ssa-loop-ivopts.c +++ b/gcc/tree-ssa-loop-ivopts.c @@ -4234,7 +4234,7 @@ get_address_cost (bool symbol_present, bool var_present, } /* Calculate the SPEED or size cost of shiftadd EXPR in MODE. MULT is the - the EXPR operand holding the shift. COST0 and COST1 are the costs for + EXPR operand holding the shift. COST0 and COST1 are the costs for calculating the operands of EXPR. Returns true if successful, and returns the cost in COST. */ |