* tree-ssa-loop-unswitch.c: Fix a comment typo.
authorKazu Hirata <kazu@cs.umass.edu>
Sat, 25 Sep 2004 14:19:02 +0000 (14:19 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 25 Sep 2004 14:19:02 +0000 (14:19 +0000)
From-SVN: r88101

gcc/ChangeLog
gcc/tree-ssa-loop-unswitch.c

index fc369e923e899fab012790b33c9026fd622e3ae6..229d12fb5f3cb65b0fd711b2f5ff5c3af38df63f 100644 (file)
@@ -1,3 +1,7 @@
+2004-09-25  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * tree-ssa-loop-unswitch.c: Fix a comment typo.
+
 2004-09-25  Kazu Hirata  <kazu@cs.umass.edu>
 
        * doc/passes.texi: Fix a typo.
index 45b7e87a229f05cdd10ab825172b5048c48f333c..f10407538c23949e0432b85199b236531b07f4f9 100644 (file)
@@ -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)