summaryrefslogtreecommitdiff
path: root/gcc/tree-mudflap.c
diff options
context:
space:
mode:
authorfche <fche@138bc75d-0d04-0410-961f-82ee72b054a4>2004-09-23 15:55:18 +0000
committerfche <fche@138bc75d-0d04-0410-961f-82ee72b054a4>2004-09-23 15:55:18 +0000
commit7aabecf4cd3c4e66ec7410a907a88b4b9dd8adbe (patch)
tree9f6bbfd1764a76000c1590ddbfdd55752bd2ce41 /gcc/tree-mudflap.c
parent8b218cb774b6bd5362fb10e938289a81027f2c44 (diff)
downloadgcc-7aabecf4cd3c4e66ec7410a907a88b4b9dd8adbe.tar.gz
* comment tweak
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87956 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-mudflap.c')
-rw-r--r--gcc/tree-mudflap.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/gcc/tree-mudflap.c b/gcc/tree-mudflap.c
index 138dda88007..659a5cc0f06 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);