aboutsummaryrefslogtreecommitdiff
path: root/gcc/global.c
diff options
context:
space:
mode:
authorRask Ingemann Lambertsen <rask@gcc.gnu.org>2007-11-14 12:28:41 +0000
committerRask Ingemann Lambertsen <rask@gcc.gnu.org>2007-11-14 12:28:41 +0000
commit359125444fe8f0205ae6d262eb23acde027f6602 (patch)
tree31e04171913f13e3ce9892458aeb48d165e6845d /gcc/global.c
parent713c31453c379279d1e3cb622c8f007cb43042e0 (diff)
downloadgcc-359125444fe8f0205ae6d262eb23acde027f6602.zip
gcc-359125444fe8f0205ae6d262eb23acde027f6602.tar.gz
gcc-359125444fe8f0205ae6d262eb23acde027f6602.tar.bz2
global.c (rest_of_handle_global_alloc): Fix comment typos.
* global.c (rest_of_handle_global_alloc): Fix comment typos. * config/sh/sh.c (sh_rtx_costs): Likewise. * ChangeLog: Likewise. From-SVN: r130176
Diffstat (limited to 'gcc/global.c')
-rw-r--r--gcc/global.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/global.c b/gcc/global.c
index 90f6da8..de6beb9 100644
--- a/gcc/global.c
+++ b/gcc/global.c
@@ -1771,7 +1771,7 @@ rest_of_handle_global_alloc (void)
reload_completed = !failure;
/* The world has changed so much that at this point we might as well
- just rescan everything. Not that df_rescan_all_insns is not
+ just rescan everything. Note that df_rescan_all_insns is not
going to help here because it does not touch the artificial uses
and defs. */
df_finish_pass (true);