diff options
Diffstat (limited to 'gcc/graphite-isl-ast-to-gimple.c')
-rw-r--r-- | gcc/graphite-isl-ast-to-gimple.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gcc/graphite-isl-ast-to-gimple.c b/gcc/graphite-isl-ast-to-gimple.c index de2847743e1..fc4af5a25ea 100644 --- a/gcc/graphite-isl-ast-to-gimple.c +++ b/gcc/graphite-isl-ast-to-gimple.c @@ -106,10 +106,8 @@ gmp_cst_to_tree (tree type, mpz_t val) static inline void graphite_verify (void) { -#ifdef ENABLE_CHECKING - verify_loop_structure (); - verify_loop_closed_ssa (true); -#endif + checking_verify_loop_structure (); + checking_verify_loop_closed_ssa (true); } /* IVS_PARAMS maps ISL's scattering and parameter identifiers |