Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(856)

Unified Diff: gcc/gcc/ira-emit.c

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gcc/gcc/ira-costs.c ('k') | gcc/gcc/lambda-code.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/gcc/ira-emit.c
diff --git a/gcc/gcc/ira-emit.c b/gcc/gcc/ira-emit.c
index 1d4d8ea224ff0fae85991cdb6d4ae04f86246e5d..9d66bfe48ff8bcf9bc90d914cb52f3a8f6451d7f 100644
--- a/gcc/gcc/ira-emit.c
+++ b/gcc/gcc/ira-emit.c
@@ -109,7 +109,7 @@ static void
free_move_list (move_t head)
{
move_t next;
-
+
for (; head != NULL; head = next)
{
next = head->next;
@@ -450,7 +450,7 @@ change_loop (ira_loop_tree_node_t node)
if (node != ira_loop_tree_root)
{
-
+
if (node->bb != NULL)
{
FOR_BB_INSNS (node->bb, insn)
@@ -461,12 +461,12 @@ change_loop (ira_loop_tree_node_t node)
}
return;
}
-
+
if (internal_flag_ira_verbose > 3 && ira_dump_file != NULL)
fprintf (ira_dump_file,
" Changing RTL for loop %d (header bb%d)\n",
node->loop->num, node->loop->header->index);
-
+
parent = ira_curr_loop_tree_node->parent;
map = parent->regno_allocno_map;
EXECUTE_IF_SET_IN_REG_SET (ira_curr_loop_tree_node->border_allocnos,
« no previous file with comments | « gcc/gcc/ira-costs.c ('k') | gcc/gcc/lambda-code.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698