diff options
author | Mike Stump <mrs@gcc.gnu.org> | 2013-07-21 18:04:43 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2013-07-21 18:04:43 +0000 |
commit | c0d18c6c7d528e3acfb2506d831191c6e5c82b68 (patch) | |
tree | 6a2d72a28b2d77570e8276d17559d1cc80f7b977 /gcc/tree-ssa-tail-merge.c | |
parent | 9b110be230335f0b0bc3cf676b42f0280225a784 (diff) | |
download | gcc-c0d18c6c7d528e3acfb2506d831191c6e5c82b68.zip gcc-c0d18c6c7d528e3acfb2506d831191c6e5c82b68.tar.gz gcc-c0d18c6c7d528e3acfb2506d831191c6e5c82b68.tar.bz2 |
Fix typos.
From-SVN: r201108
Diffstat (limited to 'gcc/tree-ssa-tail-merge.c')
-rw-r--r-- | gcc/tree-ssa-tail-merge.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-tail-merge.c b/gcc/tree-ssa-tail-merge.c index 317fe4c..fa6de9c 100644 --- a/gcc/tree-ssa-tail-merge.c +++ b/gcc/tree-ssa-tail-merge.c @@ -1615,7 +1615,7 @@ tail_merge_optimize (unsigned int todo) || max_iterations == 0 /* We try to be conservative with respect to loop structure, since: - the cases where tail-merging could both affect loop structure and be - benificial are rare, + beneficial are rare, - it prevents us from having to fixup the loops using loops_state_set (LOOPS_NEED_FIXUP), and - keeping loop structure may allow us to simplify the pass. |