aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Sandiford <rsandifo@gcc.gnu.org>2008-09-13 08:15:59 +0000
committerRichard Sandiford <rsandifo@gcc.gnu.org>2008-09-13 08:15:59 +0000
commitf35bf7a925435d6b0ad6be4470c5ea3c6fc0fe0e (patch)
treed0091608dfacb8c1ebd67d4f1b6da2db0efbe80b
parent858f1fa2a3c80a40696ff296bd4a884788997dd5 (diff)
downloadgcc-f35bf7a925435d6b0ad6be4470c5ea3c6fc0fe0e.zip
gcc-f35bf7a925435d6b0ad6be4470c5ea3c6fc0fe0e.tar.gz
gcc-f35bf7a925435d6b0ad6be4470c5ea3c6fc0fe0e.tar.bz2
Apply correct version of previous patch (tweaked formatting).
From-SVN: r140337
-rw-r--r--gcc/ira-color.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ira-color.c b/gcc/ira-color.c
index 7319f2a..73b568e 100644
--- a/gcc/ira-color.c
+++ b/gcc/ira-color.c
@@ -93,7 +93,8 @@ static bool allocated_hardreg_p[FIRST_PSEUDO_REGISTER];
/* Describes one element in a queue of allocnos whose costs need to be
updated. Each allocno in the queue is known to have a cover class. */
-struct update_cost_queue_elem {
+struct update_cost_queue_elem
+{
/* This element is in the queue iff CHECK == update_cost_check. */
int check;