gcc/ChangeLog.gimple-classes:
        * gimple.h (struct gdebug): Remove out-of-date references to
        typedefs.
        (struct ggoto): Likewise.
        (struct glabel): Likewise.
---
 gcc/ChangeLog.gimple-classes |  7 +++++++
 gcc/gimple.h                 | 18 +++---------------
 2 files changed, 10 insertions(+), 15 deletions(-)

diff --git a/gcc/ChangeLog.gimple-classes b/gcc/ChangeLog.gimple-classes
index e925118..b0c61d1 100644
--- a/gcc/ChangeLog.gimple-classes
+++ b/gcc/ChangeLog.gimple-classes
@@ -1,5 +1,12 @@
 2014-10-27  David Malcolm  <dmalc...@redhat.com>
 
+       * gimple.h (struct gdebug): Remove out-of-date references to
+       typedefs.
+       (struct ggoto): Likewise.
+       (struct glabel): Likewise.
+
+2014-10-27  David Malcolm  <dmalc...@redhat.com>
+
        Patch autogenerated by rename_gimple_subclasses.py from
        https://github.com/davidmalcolm/gcc-refactoring-scripts
        revision 7d754b63ff2bf47226a67b2c0af5d74b54d4709f
diff --git a/gcc/gimple.h b/gcc/gimple.h
index eed2d7f..3bbfdec 100644
--- a/gcc/gimple.h
+++ b/gcc/gimple.h
@@ -777,11 +777,7 @@ struct GTY((tag("GSS_WITH_OPS")))
 
 /* A statement with the invariant that
       stmt->code == GIMPLE_DEBUG
-   i.e. a debug statement.
-
-   This type will normally be accessed via the gdebug *and
-   const gdebug *typedefs (in coretypes.h), *which are pointers to
-   this type.  */
+   i.e. a debug statement.  */
 
 struct GTY((tag("GSS_WITH_OPS")))
   gdebug : public gimple_statement_with_ops
@@ -791,11 +787,7 @@ struct GTY((tag("GSS_WITH_OPS")))
 
 /* A statement with the invariant that
       stmt->code == GIMPLE_GOTO
-   i.e. a goto statement.
-
-   This type will normally be accessed via the ggoto *and
-   const ggoto *typedefs (in coretypes.h), *which are pointers to
-   this type.  */
+   i.e. a goto statement.  */
 
 struct GTY((tag("GSS_WITH_OPS")))
   ggoto : public gimple_statement_with_ops
@@ -805,11 +797,7 @@ struct GTY((tag("GSS_WITH_OPS")))
 
 /* A statement with the invariant that
       stmt->code == GIMPLE_LABEL
-   i.e. a label statement.
-
-   This type will normally be accessed via the glabel *and
-   const glabel *typedefs (in coretypes.h), *which are pointers to
-   this type.  */
+   i.e. a label statement.  */
 
 struct GTY((tag("GSS_WITH_OPS")))
   glabel : public gimple_statement_with_ops
-- 
1.8.5.3

Reply via email to