]> gcc.gnu.org Git - gcc.git/commitdiff
gengtype.c (adjust_field_rtx_def): Add NOTE_INSN_DELETED_LABEL's label string.
authorAlexandre Oliva <aoliva@redhat.com>
Tue, 2 Jun 2009 08:09:27 +0000 (08:09 +0000)
committerAlexandre Oliva <aoliva@gcc.gnu.org>
Tue, 2 Jun 2009 08:09:27 +0000 (08:09 +0000)
* gengtype.c (adjust_field_rtx_def): Add NOTE_INSN_DELETED_LABEL's
label string.

From-SVN: r148077

gcc/ChangeLog
gcc/gengtype.c

index 9bdc1d2eaf699bb29a3f5a68d71557096ce47d8a..a58b9f1cd36ed2d7acf1d23cb49b6a01cc6333fa 100644 (file)
@@ -1,3 +1,8 @@
+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.
index 02923a952d9abbb1a103be3d27263b80e4a8f2b6..c7d59fd0019635558b834b487edff7e56eb5ca08 100644 (file)
@@ -1016,6 +1016,7 @@ adjust_field_rtx_def (type_p t, options_p ARG_UNUSED (opt))
        switch (c)
          {
          case NOTE_INSN_MAX:
+         case NOTE_INSN_DELETED_LABEL:
            note_flds = create_field (note_flds, &string_type, "rt_str");
            break;
 
This page took 0.100255 seconds and 5 git commands to generate.