diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-09-25 14:19:02 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-09-25 14:19:02 +0000 |
commit | e75220c8ced33002009c5c9aa43a6db9015c9f50 (patch) | |
tree | 4d98095fa8420d1a83436d8488e1bd8ab0931142 /gcc/tree-ssa-loop-unswitch.c | |
parent | 87880c1262521b57818fb16ae916e5d5228a98e8 (diff) | |
download | gcc-e75220c8ced33002009c5c9aa43a6db9015c9f50.tar.gz |
* tree-ssa-loop-unswitch.c: Fix a comment typo.
From-SVN: r88101
Diffstat (limited to 'gcc/tree-ssa-loop-unswitch.c')
-rw-r--r-- | gcc/tree-ssa-loop-unswitch.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |