From 12f612289556bf30dd2d25854feec38ab43c7f73 Mon Sep 17 00:00:00 2001 From: Mark Mitchell Date: Sun, 5 Dec 1999 00:10:31 +0000 Subject: * stmt.c (expand_fixup): Fix typo in comment. From-SVN: r30775 --- gcc/stmt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/stmt.c') 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 -- cgit v1.1