]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* ira.c: Fix typo in comment.
authorKito Cheng <kito@0xlab.org>
Sun, 24 Aug 2014 02:38:28 +0000 (02:38 +0000)
committerChung-Ju Wu <jasonwucj@gcc.gnu.org>
Sun, 24 Aug 2014 02:38:28 +0000 (02:38 +0000)
From-SVN: r214404

gcc/ChangeLog
gcc/ira.c

index 063648dbaf19932bc30a565cd8bec2c2c6d63ca7..905e300e101872103a74576b346f9ab19c227d6b 100644 (file)
@@ -1,3 +1,7 @@
+2014-08-24  Kito Cheng  <kito@0xlab.org>
+
+       * ira.c: Fix typo in comment.
+
 2014-08-23  Edward Smith-Rowland  <3dw4rd@verizon.net>
 
        * doc/invoke.texi: Change c++1y to c++14 and gnu++1y to gnu++14.
index 478509a262cea265f89bdc3926223f501507722d..f2c6f84fc87d79d42c9dc2745d3621f01ea811b2 100644 (file)
--- a/gcc/ira.c
+++ b/gcc/ira.c
@@ -251,7 +251,7 @@ along with GCC; see the file COPYING3.  If not see
          hard registers to other allocnos if it decreases the overall
          allocation cost.
 
-       * After allono assigning in the region, IRA modifies the hard
+       * After allocno assigning in the region, IRA modifies the hard
          register and memory costs for the corresponding allocnos in
          the subregions to reflect the cost of possible loads, stores,
          or moves on the border of the region and its subregions.