diff options
Diffstat (limited to 'gcc/tree-ssa-threadupdate.c')
-rw-r--r-- | gcc/tree-ssa-threadupdate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-threadupdate.c b/gcc/tree-ssa-threadupdate.c index 2a39c2c..3f4f5d5 100644 --- a/gcc/tree-ssa-threadupdate.c +++ b/gcc/tree-ssa-threadupdate.c @@ -422,7 +422,7 @@ thread_block (basic_block bb) It is the caller's responsibility to fix the dominance information and rewrite duplicated SSA_NAMEs back into SSA form. - Returns true if one or more edges were threaded, false otherwise. */ + Returns true if one or more edges were threaded, false otherwise. */ bool thread_through_all_blocks (void) |