diff options
Diffstat (limited to 'gcc/lto-streamer-in.c')
-rw-r--r-- | gcc/lto-streamer-in.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/lto-streamer-in.c b/gcc/lto-streamer-in.c index 72ac6eca2f3..50352e896a2 100644 --- a/gcc/lto-streamer-in.c +++ b/gcc/lto-streamer-in.c @@ -973,9 +973,7 @@ input_gimple_stmt (struct lto_input_block *ib, struct data_in *data_in, to unify some types and thus not find a proper field-decl here. So only assert here if checking is enabled. */ -#ifdef ENABLE_CHECKING - gcc_assert (tem != NULL_TREE); -#endif + gcc_checking_assert (tem != NULL_TREE); if (tem != NULL_TREE) TREE_OPERAND (op, 1) = tem; } |