Commit 1bcca2c5 by Alexandre Oliva Committed by Alexandre Oliva

gengtype.c (adjust_field_rtx_def): Add NOTE_INSN_DELETED_LABEL's label string.

* gengtype.c (adjust_field_rtx_def): Add NOTE_INSN_DELETED_LABEL's
label string.

From-SVN: r148077
parent 8588f797
2009-06-02 Alexandre Oliva <aoliva@redhat.com> 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
* gengtype.c (adjust_field_rtx_def): Add NOTE_INSN_DELETED_LABEL's
label string.
2009-06-02 Alexandre Oliva <aoliva@redhat.com>
* df-core.c (df_ref_debug): Honor -fdump-noaddr. * df-core.c (df_ref_debug): Honor -fdump-noaddr.
2009-06-02 Alexandre Oliva <aoliva@redhat.com> 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
......
...@@ -1016,6 +1016,7 @@ adjust_field_rtx_def (type_p t, options_p ARG_UNUSED (opt)) ...@@ -1016,6 +1016,7 @@ adjust_field_rtx_def (type_p t, options_p ARG_UNUSED (opt))
switch (c) switch (c)
{ {
case NOTE_INSN_MAX: case NOTE_INSN_MAX:
case NOTE_INSN_DELETED_LABEL:
note_flds = create_field (note_flds, &string_type, "rt_str"); note_flds = create_field (note_flds, &string_type, "rt_str");
break; break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment