From 9c517bf37229ba03a468c26eaca9bb5141d57709 Mon Sep 17 00:00:00 2001 From: Andreas Krebbel Date: Fri, 27 Nov 2009 12:00:28 +0000 Subject: emit-rtl.c (next_active_insn, [...]): Correct comment. 2009-11-27 Andreas Krebbel * emit-rtl.c (next_active_insn, prev_active_insn): Correct comment. From-SVN: r154702 --- gcc/emit-rtl.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gcc/emit-rtl.c') diff --git a/gcc/emit-rtl.c b/gcc/emit-rtl.c index 91212ad..6e1f949 100644 --- a/gcc/emit-rtl.c +++ b/gcc/emit-rtl.c @@ -3213,8 +3213,8 @@ last_call_insn (void) } /* Find the next insn after INSN that really does something. This routine - does not look inside SEQUENCEs. Until reload has completed, this is the - same as next_real_insn. */ + does not look inside SEQUENCEs. After reload this also skips over + standalone USE and CLOBBER insn. */ int active_insn_p (const_rtx insn) @@ -3240,8 +3240,8 @@ next_active_insn (rtx insn) } /* Find the last insn before INSN that really does something. This routine - does not look inside SEQUENCEs. Until reload has completed, this is the - same as prev_real_insn. */ + does not look inside SEQUENCEs. After reload this also skips over + standalone USE and CLOBBER insn. */ rtx prev_active_insn (rtx insn) -- cgit v1.1