diff options
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/ira-costs.c | 2 |
2 files changed, 5 insertions, 1 deletions
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 <yizhouzhou@ict.ac.cn> + + * ira-costs.c: Fix typo in comment. + 2014-05-16 David Wohlferd <dw@LimeGreenSocks.com> * 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 |