diff options
Diffstat (limited to 'gcc/cfgrtl.c')
-rw-r--r-- | gcc/cfgrtl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cfgrtl.c b/gcc/cfgrtl.c index 88a6f49..6abac76 100644 --- a/gcc/cfgrtl.c +++ b/gcc/cfgrtl.c @@ -1133,7 +1133,7 @@ split_edge (edge_in) /* Create the basic block note. - Where we place the note can have a noticable impact on the generated + Where we place the note can have a noticeable impact on the generated code. Consider this cfg: E @@ -1504,7 +1504,7 @@ print_rtl_with_bb (outf, rtx_first) - overlapping of basic blocks - edge list correctness - headers of basic blocks (the NOTE_INSN_BASIC_BLOCK note) - - tails of basic blocks (ensure that boundary is necesary) + - tails of basic blocks (ensure that boundary is necessary) - scans body of the basic block for JUMP_INSN, CODE_LABEL and NOTE_INSN_BASIC_BLOCK - check that all insns are in the basic blocks |