From: Frank Ch. Eigler Date: Thu, 23 Sep 2004 15:55:18 +0000 (+0000) Subject: * comment tweak X-Git-Tag: releases/gcc-4.0.0~4681 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=211504688018ec18bc9659c2a61ede4c88d53941;p=thirdparty%2Fgcc.git * comment tweak From-SVN: r87956 --- diff --git a/gcc/tree-mudflap.c b/gcc/tree-mudflap.c index 138dda88007b..659a5cc0f064 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);