aboutsummaryrefslogtreecommitdiff
path: root/gcc/cse.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-11-26 15:42:36 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-11-26 15:42:36 +0000
commit6668f6a735b8a7f59a2600d7f8b961597e9b8040 (patch)
tree0760a9fe2ad196a0053b9716ab71701b4883bb70 /gcc/cse.c
parentc5145ceba16b859a432204a4a96788cbdc4726b2 (diff)
downloadgcc-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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cse.c b/gcc/cse.c
index 9ea5297..09c113b 100644
--- a/gcc/cse.c
+++ b/gcc/cse.c
@@ -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)