From 993102850b1e5dda8300774cbb4e0d8846a9d82a Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Mon, 10 Jan 1994 19:06:36 -0500 Subject: [PATCH] (exand_expr, case RTL_EXPR): Call new function preserve_rtl_expr_result. From-SVN: r6368 --- gcc/expr.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gcc/expr.c b/gcc/expr.c index 2f89d025419..97272a3a627 100644 --- a/gcc/expr.c +++ b/gcc/expr.c @@ -1,5 +1,5 @@ /* Convert tree expression to rtl instructions, for GNU compiler. - Copyright (C) 1988, 1992, 1993 Free Software Foundation, Inc. + Copyright (C) 1988, 1992, 1993, 1994 Free Software Foundation, Inc. This file is part of GNU CC. @@ -4076,6 +4076,7 @@ expand_expr (exp, target, tmode, modifier) abort (); emit_insns (RTL_EXPR_SEQUENCE (exp)); RTL_EXPR_SEQUENCE (exp) = const0_rtx; + preserve_rtl_expr_result (RTL_EXPR_RTL (exp)); free_temps_for_rtl_expr (exp); return RTL_EXPR_RTL (exp); -- 2.30.2