From 3447fefe74d4f1f1c08698f04123a9c699c47f71 Mon Sep 17 00:00:00 2001 From: Kito Cheng Date: Sun, 24 Aug 2014 02:38:28 +0000 Subject: * ira.c: Fix typo in comment. From-SVN: r214404 --- gcc/ira.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/ira.c') diff --git a/gcc/ira.c b/gcc/ira.c index 478509a..f2c6f84 100644 --- 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. -- cgit v1.1