diff options
Diffstat (limited to 'gcc/cse.c')
-rw-r--r-- | gcc/cse.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -762,8 +762,8 @@ approx_reg_cost (rtx x) } /* Returns a canonical version of X for the address, from the point of view, - that all multiplications are repesented as MULT instead of the multiply - by a power of 2 being repesented as ASHIFT. */ + that all multiplications are represented as MULT instead of the multiply + by a power of 2 being represented as ASHIFT. */ static rtx canon_for_address (rtx x) |