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

From-SVN: r56935
This commit is contained in:
Roger Sayle 2002-09-08 05:06:38 +00:00 committed by Roger Sayle
parent 5dd7822000
commit 77043c7ce1
2 changed files with 4 additions and 3 deletions

View file

@ -1,3 +1,7 @@
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

View file

@ -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;