diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-11-26 15:42:36 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-11-26 15:42:36 +0000 |
commit | 6668f6a735b8a7f59a2600d7f8b961597e9b8040 (patch) | |
tree | 0760a9fe2ad196a0053b9716ab71701b4883bb70 /gcc/cse.c | |
parent | c5145ceba16b859a432204a4a96788cbdc4726b2 (diff) | |
download | gcc-6668f6a735b8a7f59a2600d7f8b961597e9b8040.zip gcc-6668f6a735b8a7f59a2600d7f8b961597e9b8040.tar.gz gcc-6668f6a735b8a7f59a2600d7f8b961597e9b8040.tar.bz2 |
* cse.c, tree-ssa-operands.c: Fix comment typos.
From-SVN: r91339
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) |