diff options
Diffstat (limited to 'gcc/gimple.c')
-rw-r--r-- | gcc/gimple.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/gimple.c b/gcc/gimple.c index fca78037a0a..6547567bdd4 100644 --- a/gcc/gimple.c +++ b/gcc/gimple.c @@ -3999,10 +3999,8 @@ iterative_hash_gimple_type (tree type, hashval_t val, void **slot; struct sccs *state; -#ifdef ENABLE_CHECKING /* Not visited during this DFS walk. */ - gcc_assert (!pointer_map_contains (sccstate, type)); -#endif + gcc_checking_assert (!pointer_map_contains (sccstate, type)); state = XOBNEW (sccstate_obstack, struct sccs); *pointer_map_insert (sccstate, type) = state; |