summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-11-26 15:42:36 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-11-26 15:42:36 +0000
commitd2e393763ea145f84ea17595115af2093a5a74c5 (patch)
tree0760a9fe2ad196a0053b9716ab71701b4883bb70
parent88fb6217341063ba2fbb4ba2f0428af325789eb4 (diff)
downloadppe42-gcc-d2e393763ea145f84ea17595115af2093a5a74c5.tar.gz
ppe42-gcc-d2e393763ea145f84ea17595115af2093a5a74c5.zip
* cse.c, tree-ssa-operands.c: Fix comment typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91339 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/cse.c4
-rw-r--r--gcc/tree-ssa-operands.c6
3 files changed, 9 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 7f7dbc1e4ac..afa679f6211 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2004-11-26 Kazu Hirata <kazu@cs.umass.edu>
+
+ * cse.c, tree-ssa-operands.c: Fix comment typos.
+
2004-11-26 James A. Morrison <phython@gcc.gnu.org>
PR target/18510
diff --git a/gcc/cse.c b/gcc/cse.c
index 9ea5297caaf..09c113b7e20 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)
diff --git a/gcc/tree-ssa-operands.c b/gcc/tree-ssa-operands.c
index 9138e677450..94a83d0184b 100644
--- a/gcc/tree-ssa-operands.c
+++ b/gcc/tree-ssa-operands.c
@@ -120,7 +120,7 @@ static GTY (()) varray_type build_v_must_defs;
bool ssa_call_clobbered_cache_valid;
bool ssa_ro_call_cache_valid;
-/* These arrays are the cached operand vectors for call clobberd calls. */
+/* These arrays are the cached operand vectors for call clobbered calls. */
static GTY (()) varray_type clobbered_v_may_defs;
static GTY (()) varray_type clobbered_vuses;
static GTY (()) varray_type ro_call_vuses;
@@ -1709,7 +1709,7 @@ add_call_clobber_ops (tree stmt)
s_ann->makes_aliased_stores = empty_ann.makes_aliased_stores;
}
- /* Perpare empty cache vectors. */
+ /* Prepare empty cache vectors. */
if (clobbered_v_may_defs)
{
VARRAY_POP_ALL (clobbered_vuses);
@@ -1780,7 +1780,7 @@ add_call_read_ops (tree stmt)
if (s_ann)
s_ann->makes_aliased_loads = empty_ann.makes_aliased_loads;
- /* Perpare empty cache vectors. */
+ /* Prepare empty cache vectors. */
if (ro_call_vuses)
VARRAY_POP_ALL (ro_call_vuses);
else
OpenPOWER on IntegriCloud