Commit 77043c7c by Roger Sayle Committed by Roger Sayle

* basic-block.h (struct loop): Remove unused cont_dominator field.

From-SVN: r56935
parent 5dd78220
2002-09-07 Roger Sayle <roger@eyesopen.com>
* basic-block.h (struct loop): Remove unused cont_dominator field.
2002-09-07 Igor Shevlyakov <igor@microunity.com>
* varasm.c (decode_rtx_const): Don't check undefined field for
......
......@@ -451,9 +451,6 @@ struct loop
A continue statement will generate a branch to NEXT_INSN (cont). */
rtx cont;
/* The dominator of cont. */
rtx cont_dominator;
/* The NOTE_INSN_LOOP_BEG. */
rtx start;
......
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