rtl.def (NOTE): Change print format string to print operand 5 as a note insn name.

* rtl.def (NOTE): Change print format string to print
    operand 5 as a note insn name.

From-SVN: r126374
This commit is contained in:
Uros Bizjak 2007-07-05 19:55:07 +02:00
parent 12a27363b0
commit 28cc8a5028
2 changed files with 10 additions and 6 deletions

View File

@ -1,7 +1,11 @@
2007-07-05 Uros Bizjak <ubizjak@gmail.com>
* rtl.def (NOTE): Change print format string to print
operand 5 as a note insn name.
2007-07-05 Sandra Loosemore <sandra@codesourcery.com>
David Ung <davidu@mips.com>
gcc/
* config/mips/mips.c (mips_cpu_info): Add 4ksc and 4ksd processors.
* doc/invoke.texi: (MIPS Options): Document them.

View File

@ -140,9 +140,9 @@ DEF_RTL_EXPR(CODE_LABEL, "code_label", "iuuB00is", RTX_EXTRA)
/* Say where in the code a source line starts, for symbol table's sake.
Operand:
4: note-specific data
5: unused (memory layout has to match code_label above)
6: unique number if line number == note_insn_deleted_label. */
DEF_RTL_EXPR(NOTE, "note", "iuuB00i", RTX_EXTRA)
5: enum insn_note
6: unique number if insn_note == note_insn_deleted_label. */
DEF_RTL_EXPR(NOTE, "note", "iuuB0ni", RTX_EXTRA)
/* ----------------------------------------------------------------------
Top level constituents of INSN, JUMP_INSN and CALL_INSN.