* gengtype.c (adjust_field_rtx_def): Don't add a skip to
basic_block types.
From-SVN: r101099
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.
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;
}