From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30091 invoked by alias); 14 Nov 2007 12:31:58 -0000 Received: (qmail 29999 invoked by uid 22791); 14 Nov 2007 12:31:47 -0000 X-Spam-Check-By: sourceware.org Received: from pfepc.post.tele.dk (HELO pfepc.post.tele.dk) (195.41.46.237) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 14 Nov 2007 12:31:39 +0000 Received: from x1-6-00-0f-9f-c6-3e-90 (x1-6-00-0f-9f-c6-3e-90.k75.webspeed.dk [80.197.1.215]) by pfepc.post.tele.dk (Postfix) with ESMTP id 254218A0010 for ; Wed, 14 Nov 2007 13:31:35 +0100 (CET) Received: from x1-6-00-0f-9f-c6-3e-90 (localhost.localdomain [127.0.0.1]) by x1-6-00-0f-9f-c6-3e-90 (8.14.0/8.14.0) with ESMTP id lAECVYAa004319 for ; Wed, 14 Nov 2007 13:31:35 +0100 Received: (from rask@localhost) by x1-6-00-0f-9f-c6-3e-90 (8.14.0/8.14.0/Submit) id lAECVYc2004318 for gcc-patches@gcc.gnu.org; Wed, 14 Nov 2007 13:31:34 +0100 Date: Wed, 14 Nov 2007 13:10:00 -0000 From: Rask Ingemann Lambertsen To: gcc-patches@gcc.gnu.org Subject: [committed] Fix comment typos. Message-ID: <20071114123133.GY17368@sygehus.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.14 (2007-02-12) Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2007-11/txt/msg00789.txt.bz2 I committed these typo fixes as revision 130176. Index: gcc/ChangeLog =================================================================== --- gcc/ChangeLog (revision 130174) +++ gcc/ChangeLog (working copy) @@ -1,3 +1,9 @@ +2007-11-14 Rask Ingemann Lambertsen + + * global.c (rest_of_handle_global_alloc): Fix comment typos. + * config/sh/sh.c (sh_rtx_costs): Likewise. + * ChangeLog: Likewise. + 2007-11-13 Sebastian Pop * tree-chrec.h (build_polynomial_chrec): RHS of a chrec @@ -14667,18 +14673,18 @@ and adjust recursive call accordingly. (prescan_insns_for_dce): Update call to delete_insn_p. -2007-06-30 Rask Ingemann Lambertsen +2007-06-30 Rask Ingemann Lambertsen * combine.c (combine_validate_cost): New parameter NEWOTHERPAT. (try_combine): Move potential calls to undo_all() so they happen before we commit to using the combined insns. -2006-06-30 Jan Hubicka +2007-06-30 Jan Hubicka * loop-unroll.c (unroll_loop_runtime_iterations): Unshare newly emit code. -2006-06-30 Thomas Neumann +2007-06-30 Thomas Neumann * ipa.c (cgraph_postorder): Cast according to the coding conventions. (cgraph_remove_unreachable_nodes): Likewise. Index: gcc/global.c =================================================================== --- gcc/global.c (revision 130174) +++ gcc/global.c (working copy) @@ -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); Index: gcc/config/sh/sh.c =================================================================== --- gcc/config/sh/sh.c (revision 130174) +++ gcc/config/sh/sh.c (working copy) @@ -2408,7 +2408,7 @@ sh_rtx_costs (rtx x, int code, int outer && CONST_OK_FOR_K08 (INTVAL (x))) *total = 1; /* prepare_cmp_insn will force costly constants int registers before - the cbrach[sd]i4 patterns can see them, so preserve potentially + the cbranch[sd]i4 patterns can see them, so preserve potentially interesting ones not covered by I08 above. */ else if (outer_code == COMPARE && ((unsigned HOST_WIDE_INT) INTVAL (x) @@ -2435,7 +2435,7 @@ sh_rtx_costs (rtx x, int code, int outer if (TARGET_SHMEDIA) *total = COSTS_N_INSNS (4); /* prepare_cmp_insn will force costly constants int registers before - the cbrachdi4 pattern can see them, so preserve potentially + the cbranchdi4 pattern can see them, so preserve potentially interesting ones. */ else if (outer_code == COMPARE && GET_MODE (x) == DImode) *total = 1; -- Rask Ingemann Lambertsen Danish law requires addresses in e-mail to be logged and stored for a year