* basic-block.h (struct loop): Remove unused cont_dominator field.
From-SVN: r56935
This commit is contained in:
parent
5dd7822000
commit
77043c7ce1
2 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue