diff options
Diffstat (limited to 'gcc/cfgloop.c')
-rw-r--r-- | gcc/cfgloop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cfgloop.c b/gcc/cfgloop.c index 0365f56..858e75b 100644 --- a/gcc/cfgloop.c +++ b/gcc/cfgloop.c @@ -1316,7 +1316,7 @@ cancel_loop_tree (struct loop *loop) -- loop latches have only single successor that is header of their loop -- irreducible loops are correctly marked */ -void +DEBUG_FUNCTION void verify_loop_structure (void) { unsigned *sizes, i, j; |