diff options
Diffstat (limited to 'gcc/cfgrtl.c')
-rw-r--r-- | gcc/cfgrtl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cfgrtl.c b/gcc/cfgrtl.c index 16fca39..2987a50 100644 --- a/gcc/cfgrtl.c +++ b/gcc/cfgrtl.c @@ -1919,7 +1919,7 @@ purge_dead_edges (bb) /* Search all basic blocks for potentionally dead edges and purge them. - Return true ifif some edge has been elliminated. + Return true iff some edge has been eliminated. */ bool |