diff options
Diffstat (limited to 'gcc/cfgloopmanip.c')
-rw-r--r-- | gcc/cfgloopmanip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cfgloopmanip.c b/gcc/cfgloopmanip.c index 26eb9fd6e3b..de1210ce3f2 100644 --- a/gcc/cfgloopmanip.c +++ b/gcc/cfgloopmanip.c @@ -645,7 +645,7 @@ unloop (struct loops *loops, struct loop *loop) } /* Fix placement of LOOP inside loop tree, i.e. find the innermost superloop - FATHER of LOOP such that all of the edges comming out of LOOP belong to + FATHER of LOOP such that all of the edges coming out of LOOP belong to FATHER, and set it as outer loop of LOOP. Return 1 if placement of LOOP changed. */ int |