* tree-cfg.c: Fix a comment typo.
From-SVN: r115921
This commit is contained in:
parent
f092a8668a
commit
de1e45c30b
@ -1,3 +1,7 @@
|
||||
2006-08-04 Kazu Hirata <kazu@codesourcery.com>
|
||||
|
||||
* tree-cfg.c: Fix a comment typo.
|
||||
|
||||
2006-08-03 Mark Mitchell <mark@codesourcery.com>
|
||||
|
||||
PR c++/28148
|
||||
|
@ -2782,7 +2782,7 @@ set_bb_for_stmt (tree t, basic_block bb)
|
||||
/* Faster version of set_bb_for_stmt that assume that statement is being moved
|
||||
from one basic block to another.
|
||||
For BB splitting we can run into quadratic case, so performance is quite
|
||||
important and knowing that the tables are big enought, change_bb_for_stmt
|
||||
important and knowing that the tables are big enough, change_bb_for_stmt
|
||||
can inline as leaf function. */
|
||||
static inline void
|
||||
change_bb_for_stmt (tree t, basic_block bb)
|
||||
|
Loading…
Reference in New Issue
Block a user