diff options
author | Kito Cheng <kito@0xlab.org> | 2014-08-24 02:38:28 +0000 |
---|---|---|
committer | Chung-Ju Wu <jasonwucj@gcc.gnu.org> | 2014-08-24 02:38:28 +0000 |
commit | 3447fefe74d4f1f1c08698f04123a9c699c47f71 (patch) | |
tree | 146b4521467851e148255f612262e98af3bf1a00 /gcc/ira.c | |
parent | d43bd7f0c46ce89b99cfa5c92b7f213a3504ec55 (diff) | |
download | gcc-3447fefe74d4f1f1c08698f04123a9c699c47f71.zip gcc-3447fefe74d4f1f1c08698f04123a9c699c47f71.tar.gz gcc-3447fefe74d4f1f1c08698f04123a9c699c47f71.tar.bz2 |
* ira.c: Fix typo in comment.
From-SVN: r214404
Diffstat (limited to 'gcc/ira.c')
-rw-r--r-- | gcc/ira.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |