aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.def
diff options
context:
space:
mode:
authorRichard Kenner <kenner@vlsi1.ultra.nyu.edu>2000-04-21 19:32:10 +0000
committerRichard Kenner <kenner@gcc.gnu.org>2000-04-21 15:32:10 -0400
commitb3b42a4db6bd74ef385b4efbcf92ba621f35999f (patch)
tree9ad1235a2087bdb5a1b90471613c6954a032f6d4 /gcc/rtl.def
parentc5e1237fde9577950fa7854a30da98d75703aa36 (diff)
downloadgcc-b3b42a4db6bd74ef385b4efbcf92ba621f35999f.zip
gcc-b3b42a4db6bd74ef385b4efbcf92ba621f35999f.tar.gz
gcc-b3b42a4db6bd74ef385b4efbcf92ba621f35999f.tar.bz2
rtl.c: Use NOTE_INSN_REPEATED_LINE_NUMBER and NOTE_INSN_RANGE_BEG.
* rtl.c: Use NOTE_INSN_REPEATED_LINE_NUMBER and NOTE_INSN_RANGE_BEG. * rtl.h: Likewise. * rtl.def: Update comment. * function.c (expand_function): Use NOTE_INSN_REPEATED_LINE_NUMBER. * integrate.c (expand_inline_function): Likewise. * profile.c (branch_prob): Likewise. * ggc-common.c (ggc_mark_rtx_children): Use NOTE_INSN_RANGE_BEG. * print-rtl.c (print_rtx): Likewise. * haifa-sched.c (sched_analyze, unlink_other_notes): Likewise. (reemit_notes): Likewise; also use enum insn_note. From-SVN: r33314
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 58d24e9..30c5518 100644
--- a/gcc/rtl.def
+++ b/gcc/rtl.def
@@ -818,7 +818,7 @@ DEF_RTL_EXPR(HIGH, "high", "e", 'o')
of a constant expression. */
DEF_RTL_EXPR(LO_SUM, "lo_sum", "ee", 'o')
-/* Header for range information. Operand 0 is the NOTE_INSN_RANGE_START insn.
+/* Header for range information. Operand 0 is the NOTE_INSN_RANGE_BEG insn.
Operand 1 is the NOTE_INSN_RANGE_END insn. Operand 2 is a vector of all of
the registers that can be substituted within this range. Operand 3 is the
number of calls in the range. Operand 4 is the number of insns in the