diff options
Diffstat (limited to 'gcc/tree-parloops.c')
-rw-r--r-- | gcc/tree-parloops.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/tree-parloops.c b/gcc/tree-parloops.c index 6781af45fcf..300ec6b612d 100644 --- a/gcc/tree-parloops.c +++ b/gcc/tree-parloops.c @@ -2784,9 +2784,7 @@ pass_parallelize_loops::execute (function *fun) { fun->curr_properties &= ~(PROP_gimple_eomp); -#ifdef ENABLE_CHECKING - verify_loop_structure (); -#endif + checking_verify_loop_structure (); return TODO_update_ssa; } |