aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/basic-block.h3
2 files changed, 4 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 748fbfc..b6ed923 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/basic-block.h b/gcc/basic-block.h
index 507fac0..4972dd7 100644
--- a/gcc/basic-block.h
+++ b/gcc/basic-block.h
@@ -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;