diff options
Diffstat (limited to 'gcc/cfganal.c')
-rw-r--r-- | gcc/cfganal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cfganal.c b/gcc/cfganal.c index 138ae29d211..e27bbb2c6be 100644 --- a/gcc/cfganal.c +++ b/gcc/cfganal.c @@ -650,7 +650,7 @@ connect_infinite_loops_to_exit (void) } /* Compute reverse top sort order. This is computing a post order - numbering of the graph. If INCLUDE_ENTRY_EXIT is true, then then + numbering of the graph. If INCLUDE_ENTRY_EXIT is true, then ENTRY_BLOCK and EXIT_BLOCK are included. If DELETE_UNREACHABLE is true, unreachable blocks are deleted. */ |