From 4ea704a733ba3d9ca485c94eeb30548d7274a9c6 Mon Sep 17 00:00:00 2001 From: mmitchel Date: Sun, 5 Dec 1999 00:10:31 +0000 Subject: [PATCH] * stmt.c (expand_fixup): Fix typo in comment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30775 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 4 ++++ gcc/stmt.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f833a38..2aec5f0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +1999-12-04 Mark Mitchell + + * stmt.c (expand_fixup): Fix typo in comment. + Sat Dec 4 14:13:38 MET 1999 Jan Hubicka * regmove.c (copy_src_to_dest): Remove loop_depth parameter. diff --git a/gcc/stmt.c b/gcc/stmt.c index 1f0d291..6137d66 100644 --- a/gcc/stmt.c +++ b/gcc/stmt.c @@ -1009,7 +1009,7 @@ expand_fixup (tree_label, rtl_label, last_insn) fixup->target_rtl = rtl_label; /* Create a BLOCK node and a corresponding matched set of - NOTE_INSN_BEGIN_BLOCK and NOTE_INSN_END_BLOCK notes at + NOTE_INSN_BLOCK_BEG and NOTE_INSN_BLOCK_END notes at this point. The notes will encapsulate any and all fixup code which we might later insert at this point in the insn stream. Also, the BLOCK node will be the parent (i.e. the -- 2.7.4