Commit de1e45c3 by Kazu Hirata Committed by Kazu Hirata

* tree-cfg.c: Fix a comment typo.

From-SVN: r115921
parent f092a866
2006-08-04 Kazu Hirata <kazu@codesourcery.com>
* tree-cfg.c: Fix a comment typo.
2006-08-03 Mark Mitchell <mark@codesourcery.com> 2006-08-03 Mark Mitchell <mark@codesourcery.com>
PR c++/28148 PR c++/28148
......
...@@ -2782,7 +2782,7 @@ set_bb_for_stmt (tree t, basic_block bb) ...@@ -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 /* Faster version of set_bb_for_stmt that assume that statement is being moved
from one basic block to another. from one basic block to another.
For BB splitting we can run into quadratic case, so performance is quite 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. */ can inline as leaf function. */
static inline void static inline void
change_bb_for_stmt (tree t, basic_block bb) change_bb_for_stmt (tree t, basic_block bb)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment