From de1e45c30bc2284d622379ceb31eb9c7b8cefe75 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Fri, 4 Aug 2006 06:10:15 +0000 Subject: [PATCH] * tree-cfg.c: Fix a comment typo. From-SVN: r115921 --- gcc/ChangeLog | 4 ++++ gcc/tree-cfg.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 216b686529b..e2b4a13133b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2006-08-04 Kazu Hirata + + * tree-cfg.c: Fix a comment typo. + 2006-08-03 Mark Mitchell PR c++/28148 diff --git a/gcc/tree-cfg.c b/gcc/tree-cfg.c index 02bc0083285..52e71a72d54 100644 --- a/gcc/tree-cfg.c +++ b/gcc/tree-cfg.c @@ -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) -- 2.30.2