gengtype.c (adjust_field_rtx_def): Don't add a skip to basic_block types.
authorGeoffrey Keating <geoffk@apple.com>
Thu, 16 Jun 2005 22:12:24 +0000 (22:12 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Thu, 16 Jun 2005 22:12:24 +0000 (22:12 +0000)
* gengtype.c (adjust_field_rtx_def): Don't add a skip to
basic_block types.

From-SVN: r101099

gcc/ChangeLog
gcc/gengtype.c

index 7091f2bdd510c6cd6b847fc0c609301ed91665de..3d1a5a7f46597cc55f986f8730678c98f794dbd3 100644 (file)
@@ -1,5 +1,8 @@
 2005-06-16  Geoffrey Keating  <geoffk@apple.com>
 
+       * gengtype.c (adjust_field_rtx_def): Don't add a skip to
+       basic_block types.
+
        * config/t-slibgcc-darwin (SHLIB_SOVERSION): Rename from
        SHLIB_MINOR.
        (SHLIB_REVISION): Delete.
index 519ff7258d2cfd1f9d232bd8f89712c3f144e865..a52806d009ae27ebc2fafe8b967d2e96efe28338 100644 (file)
@@ -628,14 +628,6 @@ adjust_field_rtx_def (type_p t, options_p ARG_UNUSED (opt))
              subfields->opt->name = "desc";
              subfields->opt->info = "NOTE_LINE_NUMBER (&%0)";
            }
-         else if (t == basic_block_tp)
-           {
-             /* We don't presently GC basic block structures...  */
-             subfields->opt = XNEW (struct options);
-             subfields->opt->next = nodot;
-             subfields->opt->name = "skip";
-             subfields->opt->info = NULL;
-           }
          else
            subfields->opt = nodot;
        }