diff options
author | Frank Ch. Eigler <fche@gcc.gnu.org> | 2004-09-23 15:55:18 +0000 |
---|---|---|
committer | Frank Ch. Eigler <fche@gcc.gnu.org> | 2004-09-23 15:55:18 +0000 |
commit | 211504688018ec18bc9659c2a61ede4c88d53941 (patch) | |
tree | 9f6bbfd1764a76000c1590ddbfdd55752bd2ce41 /gcc | |
parent | df485d8007f540528501f9286531088ae5044420 (diff) | |
download | gcc-211504688018ec18bc9659c2a61ede4c88d53941.zip gcc-211504688018ec18bc9659c2a61ede4c88d53941.tar.gz gcc-211504688018ec18bc9659c2a61ede4c88d53941.tar.bz2 |
* comment tweak
From-SVN: r87956
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/tree-mudflap.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gcc/tree-mudflap.c b/gcc/tree-mudflap.c index 138dda8..659a5cc 100644 --- a/gcc/tree-mudflap.c +++ b/gcc/tree-mudflap.c @@ -526,9 +526,10 @@ mf_build_check_statement_for (tree addr, tree size, /* A recap at this point: join_bb is the basic block at whose head is the gimple statement for which this check expression is being - built. cond_bb is the new synthetic basic block which will - contain the cache-lookup code, and a conditional that jumps to - the cache-miss code or, much more likely, over to join_bb. */ + built. cond_bb is the (possibly new, synthetic) basic block the + end of which will contain the cache-lookup code, and a + conditional that jumps to the cache-miss code or, much more + likely, over to join_bb. */ /* Create the bb that contains the cache-miss fallback block (mf_check). */ then_bb = create_empty_bb (cond_bb); |