diff options
Diffstat (limited to 'gcc/tree-cfg.c')
-rw-r--r-- | gcc/tree-cfg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-cfg.c b/gcc/tree-cfg.c index b08efe8..2be1947 100644 --- a/gcc/tree-cfg.c +++ b/gcc/tree-cfg.c @@ -2000,7 +2000,7 @@ cleanup_control_expr_graph (basic_block bb, block_stmt_iterator bsi) /* Given a control block BB and a predicate VAL, return the edge that will be taken out of the block. If VAL does not match a unique - edge, NULL is returned. */ + edge, NULL is returned. */ edge find_taken_edge (basic_block bb, tree val) |