diff options
Diffstat (limited to 'gcc/predict.c')
-rw-r--r-- | gcc/predict.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/predict.c b/gcc/predict.c index 07f66aa..06138c0 100644 --- a/gcc/predict.c +++ b/gcc/predict.c @@ -2450,7 +2450,7 @@ expr_expected_value_1 (tree type, tree op0, enum tree_code code, return NULL; } - if (DECL_IS_MALLOC (decl) || DECL_IS_OPERATOR_NEW (decl)) + if (DECL_IS_MALLOC (decl) || DECL_IS_OPERATOR_NEW_P (decl)) { if (predictor) *predictor = PRED_MALLOC_NONNULL; |