OSDN Git Service

/c-family
[pf3gnuchains/gcc-fork.git] / gcc / tree-call-cdce.c
index 7f0a3e2..25476e6 100644 (file)
@@ -541,9 +541,7 @@ gen_conditions_for_pow (gimple pow_call, VEC (gimple, heap) *conds,
   tree base, expn;
   enum tree_code bc;
 
-#ifdef ENABLE_CHECKING
-  gcc_assert (check_pow (pow_call));
-#endif
+  gcc_checking_assert (check_pow (pow_call));
 
   *nconds = 0;