diff options
author | Mark Mitchell <mark@codesourcery.com> | 1999-12-05 00:10:31 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 1999-12-05 00:10:31 +0000 |
commit | 12f612289556bf30dd2d25854feec38ab43c7f73 (patch) | |
tree | 5fec6a7500162cc7a193732c4a36ceac542ebe94 /gcc/stmt.c | |
parent | 1b7c4a3727aa3c5c6abaefeacb8641b8487c3992 (diff) | |
download | gcc-12f612289556bf30dd2d25854feec38ab43c7f73.zip gcc-12f612289556bf30dd2d25854feec38ab43c7f73.tar.gz gcc-12f612289556bf30dd2d25854feec38ab43c7f73.tar.bz2 |
* stmt.c (expand_fixup): Fix typo in comment.
From-SVN: r30775
Diffstat (limited to 'gcc/stmt.c')
-rw-r--r-- | gcc/stmt.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |