public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH 1/1][ira-costs] grammar fix of comments
@ 2014-05-15  0:45 Zhouyi Zhou
  2014-05-16 18:22 ` Jeff Law
  0 siblings, 1 reply; 2+ messages in thread
From: Zhouyi Zhou @ 2014-05-15  0:45 UTC (permalink / raw)
  To: vmakarov, gcc-patches, jakub; +Cc: Zhouyi Zhou, Zhouyi Zhou

Fix grammar error for comments above
process_bb_node_for_hard_reg_moves

Signed-off-by: Zhouyi Zhou <yizhouzhou@ict.ac.cn>
---
 gcc/ira-costs.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gcc/ira-costs.c b/gcc/ira-costs.c
index 648806b..fbfb070 100644
--- a/gcc/ira-costs.c
+++ b/gcc/ira-costs.c
@@ -1855,7 +1855,7 @@ find_costs_and_classes (FILE *dump_file)
 
 /* Process moves involving hard regs to modify allocno hard register
    costs.  We can do this only after determining allocno class.  If a
-   hard register forms a register class, than moves with the hard
+   hard register forms a register class, then moves with the hard
    register are already taken into account in class costs for the
    allocno.  */
 static void
-- 
1.7.1

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/1][ira-costs] grammar fix of comments
  2014-05-15  0:45 [PATCH 1/1][ira-costs] grammar fix of comments Zhouyi Zhou
@ 2014-05-16 18:22 ` Jeff Law
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Law @ 2014-05-16 18:22 UTC (permalink / raw)
  To: Zhouyi Zhou, vmakarov, gcc-patches, jakub; +Cc: Zhouyi Zhou

On 05/14/14 18:45, Zhouyi Zhou wrote:
> Fix grammar error for comments above
> process_bb_node_for_hard_reg_moves
>
> Signed-off-by: Zhouyi Zhou <yizhouzhou@ict.ac.cn>
> ---
>   gcc/ira-costs.c |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/gcc/ira-costs.c b/gcc/ira-costs.c
> index 648806b..fbfb070 100644
> --- a/gcc/ira-costs.c
> +++ b/gcc/ira-costs.c
> @@ -1855,7 +1855,7 @@ find_costs_and_classes (FILE *dump_file)
>
>   /* Process moves involving hard regs to modify allocno hard register
>      costs.  We can do this only after determining allocno class.  If a
> -   hard register forms a register class, than moves with the hard
> +   hard register forms a register class, then moves with the hard
>      register are already taken into account in class costs for the
>      allocno.  */
>   static void
THanks.  Installed.

jeff

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-05-16 18:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-15  0:45 [PATCH 1/1][ira-costs] grammar fix of comments Zhouyi Zhou
2014-05-16 18:22 ` Jeff Law

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).