diff options
Diffstat (limited to 'gcc/expr.c')
| -rw-r--r-- | gcc/expr.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/expr.c b/gcc/expr.c index e6821d5f28f..bc8b6a94a76 100644 --- a/gcc/expr.c +++ b/gcc/expr.c @@ -8379,7 +8379,8 @@ expand_expr (exp, target, tmode, modifier) built here. */ if (TREE_OPERAND (exp, 2) == 0) - TREE_OPERAND (exp, 2) = maybe_build_cleanup (slot); + TREE_OPERAND (exp, 2) + = (*lang_hooks.maybe_build_cleanup) (slot); cleanups = TREE_OPERAND (exp, 2); } } |

