aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-ivcanon.c
diff options
context:
space:
mode:
authorMike Stump <mrs@gcc.gnu.org>2013-07-21 18:04:43 +0000
committerMike Stump <mrs@gcc.gnu.org>2013-07-21 18:04:43 +0000
commitc0d18c6c7d528e3acfb2506d831191c6e5c82b68 (patch)
tree6a2d72a28b2d77570e8276d17559d1cc80f7b977 /gcc/tree-ssa-loop-ivcanon.c
parent9b110be230335f0b0bc3cf676b42f0280225a784 (diff)
downloadgcc-c0d18c6c7d528e3acfb2506d831191c6e5c82b68.zip
gcc-c0d18c6c7d528e3acfb2506d831191c6e5c82b68.tar.gz
gcc-c0d18c6c7d528e3acfb2506d831191c6e5c82b68.tar.bz2
Fix typos.
From-SVN: r201108
Diffstat (limited to 'gcc/tree-ssa-loop-ivcanon.c')
-rw-r--r--gcc/tree-ssa-loop-ivcanon.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree-ssa-loop-ivcanon.c b/gcc/tree-ssa-loop-ivcanon.c
index 91cf8c1..735403a 100644
--- a/gcc/tree-ssa-loop-ivcanon.c
+++ b/gcc/tree-ssa-loop-ivcanon.c
@@ -376,7 +376,7 @@ tree_estimate_loop_size (struct loop *loop, edge exit, edge edge_to_cancel, stru
is dead and that some instructions will be eliminated after
peeling.
- Loop body is likely going to simplify futher, this is difficult
+ Loop body is likely going to simplify further, this is difficult
to guess, we just decrease the result by 1/3. */
static unsigned HOST_WIDE_INT
@@ -782,7 +782,7 @@ try_unroll_loop_completely (struct loop *loop,
storing or cumulating the return value. */
else if (size.num_pure_calls_on_hot_path
/* One IV increment, one test, one ivtmp store
- and one usefull stmt. That is about minimal loop
+ and one useful stmt. That is about minimal loop
doing pure call. */
&& (size.non_call_stmts_on_hot_path
<= 3 + size.num_pure_calls_on_hot_path))