diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-06-01 06:14:40 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-06-01 06:14:40 +0000 |
commit | fed1769821d234adee6add59bbb97dd1c83ef232 (patch) | |
tree | f2cf22c041a236c0b6a8c34b163e91103660c904 /gcc/ira-emit.c | |
parent | 8e21b71a4f55ebda4156b75b62a9380c082ee5d4 (diff) | |
download | gcc-fed1769821d234adee6add59bbb97dd1c83ef232.tar.gz |
2012-06-01 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk rev 188095 using svnmerge
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@188099 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ira-emit.c')
-rw-r--r-- | gcc/ira-emit.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gcc/ira-emit.c b/gcc/ira-emit.c index 4523a8d41d9..a994a427d07 100644 --- a/gcc/ira-emit.c +++ b/gcc/ira-emit.c @@ -84,7 +84,6 @@ along with GCC; see the file COPYING3. If not see #include "params.h" #include "timevar.h" #include "tree-pass.h" -#include "output.h" #include "reload.h" #include "df.h" #include "ira-int.h" @@ -160,7 +159,7 @@ create_new_allocno (int regno, ira_loop_tree_node_t loop_tree_node) typedef struct move *move_t; /* The structure represents an allocno move. Both allocnos have the - same origional regno but different allocation. */ + same original regno but different allocation. */ struct move { /* The allocnos involved in the move. */ @@ -446,7 +445,7 @@ setup_entered_from_non_parent_p (void) } /* Return TRUE if move of SRC_ALLOCNO (assigned to hard register) to - DEST_ALLOCNO (assigned to memory) can be removed beacuse it does + DEST_ALLOCNO (assigned to memory) can be removed because it does not change value of the destination. One possible reason for this is the situation when SRC_ALLOCNO is not modified in the corresponding loop. */ @@ -606,7 +605,7 @@ change_loop (ira_loop_tree_node_t node) == ALLOCNO_HARD_REGNO (parent_allocno)) && (ALLOCNO_HARD_REGNO (allocno) < 0 || (parent->reg_pressure[pclass] + 1 - <= ira_available_class_regs[pclass]) + <= ira_class_hard_regs_num[pclass]) || TEST_HARD_REG_BIT (ira_prohibited_mode_move_regs [ALLOCNO_MODE (allocno)], ALLOCNO_HARD_REGNO (allocno)) |