From: Kazu Hirata Date: Sat, 25 Sep 2004 14:19:02 +0000 (+0000) Subject: * tree-ssa-loop-unswitch.c: Fix a comment typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e75220c8ced33002009c5c9aa43a6db9015c9f50;p=gcc.git * tree-ssa-loop-unswitch.c: Fix a comment typo. From-SVN: r88101 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index fc369e923e8..229d12fb5f3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-09-25 Kazu Hirata + + * tree-ssa-loop-unswitch.c: Fix a comment typo. + 2004-09-25 Kazu Hirata * doc/passes.texi: Fix a typo. diff --git a/gcc/tree-ssa-loop-unswitch.c b/gcc/tree-ssa-loop-unswitch.c index 45b7e87a229..f10407538c2 100644 --- a/gcc/tree-ssa-loop-unswitch.c +++ b/gcc/tree-ssa-loop-unswitch.c @@ -154,7 +154,7 @@ tree_may_unswitch_on (basic_block bb, struct loop *loop) /* Simplifies COND using checks in front of the entry of the LOOP. Just very simplish (sufficient to prevent us from duplicating loop in unswitching - unneccesarily). */ + unnecessarily). */ static tree simplify_using_entry_checks (struct loop *loop, tree cond)