diff options
author | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-07-11 23:49:43 +0000 |
---|---|---|
committer | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-07-11 23:49:43 +0000 |
commit | 7d3ed26f548004a567e77facbfb9e1726443e936 (patch) | |
tree | fc41ccf9c4b66bad28c1edf83f259bd67057e7e0 /gcc/rtl.def | |
parent | f40f870a394a962b02e449140b1f49edee8d109c (diff) | |
download | gcc-7d3ed26f548004a567e77facbfb9e1726443e936.tar.gz |
* rtl.def (NOTE): Do not use padding.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69257 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/rtl.def')
-rw-r--r-- | gcc/rtl.def | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gcc/rtl.def b/gcc/rtl.def index 54b6940e780..3f5bcef90df 100644 --- a/gcc/rtl.def +++ b/gcc/rtl.def @@ -631,10 +631,8 @@ DEF_RTL_EXPR(CODE_LABEL, "code_label", "iuuB00is", 'x') Operand: 5: filename, if line number > 0, note-specific data otherwise. 6: line number if > 0, enum note_insn otherwise. - 7: unique number if line number == note_insn_deleted_label. - 8-9: padding so that notes and insns are the same size, and thus - allocated from the same page ordering. */ -DEF_RTL_EXPR(NOTE, "note", "iuuB0ni00", 'x') + 7: unique number if line number == note_insn_deleted_label. */ +DEF_RTL_EXPR(NOTE, "note", "iuuB0ni", 'x') /* ---------------------------------------------------------------------- Top level constituents of INSN, JUMP_INSN and CALL_INSN. |