Commit f35bf7a9 by Richard Sandiford

Apply correct version of previous patch (tweaked formatting).

From-SVN: r140337
parent 858f1fa2
...@@ -93,7 +93,8 @@ static bool allocated_hardreg_p[FIRST_PSEUDO_REGISTER]; ...@@ -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 /* 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. */ 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. */ /* This element is in the queue iff CHECK == update_cost_check. */
int check; int check;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment