aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.def
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2010-07-29 21:48:03 +0200
committerJakub Jelinek <jakub@gcc.gnu.org>2010-07-29 21:48:03 +0200
commit0f953f83c264764697ed852c41c5cfca66147883 (patch)
treedf50901c9debec4fa8d492287c8d48e3d498b2d3 /gcc/rtl.def
parent8b522befbf2eed8d9ce2f51098bc152787e16ead (diff)
downloadgcc-0f953f83c264764697ed852c41c5cfca66147883.zip
gcc-0f953f83c264764697ed852c41c5cfca66147883.tar.gz
gcc-0f953f83c264764697ed852c41c5cfca66147883.tar.bz2
revert: rtl.def (NOTE): Swap operands 4 and 5.
Revert: * rtl.def (NOTE): Swap operands 4 and 5. * rtl.h (NOTE_DATA, NOTE_DELETED_LABEL_NAME, NOTE_BLOCK, NOTE_EH_HANDLER, NOTE_BASIC_BLOCK, NOTE_VAR_LOCATION, NOTE_KIND): Adjust accordingly. * gengtype.c (adjust_field_rtx_def): Swap operands 4 and 5 of NOTEs. From-SVN: r162692
Diffstat (limited to 'gcc/rtl.def')
-rw-r--r--gcc/rtl.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rtl.def b/gcc/rtl.def
index 7c38fce..26014ae 100644
--- a/gcc/rtl.def
+++ b/gcc/rtl.def
@@ -155,7 +155,7 @@ DEF_RTL_EXPR(CODE_LABEL, "code_label", "iuuB00is", RTX_EXTRA)
4: note-specific data
5: enum insn_note
6: unique number if insn_note == note_insn_deleted_label. */
-DEF_RTL_EXPR(NOTE, "note", "iuuBn0i", RTX_EXTRA)
+DEF_RTL_EXPR(NOTE, "note", "iuuB0ni", RTX_EXTRA)
/* ----------------------------------------------------------------------
Top level constituents of INSN, JUMP_INSN and CALL_INSN.