From: Richard Sandiford Date: Sat, 13 Sep 2008 08:15:59 +0000 (+0000) Subject: Apply correct version of previous patch (tweaked formatting). X-Git-Tag: releases/gcc-4.4.0~2458 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f35bf7a925435d6b0ad6be4470c5ea3c6fc0fe0e;p=thirdparty%2Fgcc.git Apply correct version of previous patch (tweaked formatting). From-SVN: r140337 --- 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;