From c31fb425536dbb9f6df5cb9d3ce26bff6189d389 Mon Sep 17 00:00:00 2001 From: mrs Date: Sun, 21 Jul 2013 18:04:43 +0000 Subject: Fix typos. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@201108 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/tree-ssa-tail-merge.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/tree-ssa-tail-merge.c') diff --git a/gcc/tree-ssa-tail-merge.c b/gcc/tree-ssa-tail-merge.c index 317fe4c997d..fa6de9c3531 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. -- cgit v1.2.1