]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Apply correct version of previous patch (tweaked formatting).
authorRichard Sandiford <rsandifo@gcc.gnu.org>
Sat, 13 Sep 2008 08:15:59 +0000 (08:15 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Sat, 13 Sep 2008 08:15:59 +0000 (08:15 +0000)
From-SVN: r140337

gcc/ira-color.c

index 7319f2a803a64d34721210b6a7d6618c989416aa..73b568e8ce104dfc472edb10514ede29bfd3e4f4 100644 (file)
@@ -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;