From f35bf7a925435d6b0ad6be4470c5ea3c6fc0fe0e Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Sat, 13 Sep 2008 08:15:59 +0000 Subject: [PATCH] Apply correct version of previous patch (tweaked formatting). From-SVN: r140337 --- gcc/ira-color.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gcc/ira-color.c b/gcc/ira-color.c index 7319f2a803a6..73b568e8ce10 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; -- 2.47.3