From 420ab54b758eec06eda06dcee4efef87c98671a8 Mon Sep 17 00:00:00 2001 From: Zhouyi Zhou Date: Fri, 16 May 2014 18:22:44 +0000 Subject: [PATCH] ira-costs.c: Fix typo in comment. 2014-05-16 Zhouyi Zhou * ira-costs.c: Fix typo in comment. From-SVN: r210525 --- gcc/ChangeLog | 4 ++++ gcc/ira-costs.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4a19f1d..0629ec8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2014-05-16 Zhouyi Zhou + + * ira-costs.c: Fix typo in comment. + 2014-05-16 David Wohlferd * doc/extend.texi: (Visibility Pragmas) Fix misplaced @xref diff --git a/gcc/ira-costs.c b/gcc/ira-costs.c index 116e1c8..d5978d5 100644 --- a/gcc/ira-costs.c +++ b/gcc/ira-costs.c @@ -1909,7 +1909,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 -- 2.7.4