From 10159af365137961781f9986bf6e66146277e5f7 Mon Sep 17 00:00:00 2001 From: kenner Date: Wed, 24 Oct 2001 19:36:36 +0000 Subject: * integrate.c (copy_rtx_and_substitute, case CALL): Fix error in last change. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46471 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/integrate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/integrate.c') diff --git a/gcc/integrate.c b/gcc/integrate.c index 05522671f46..c8c60b263b9 100644 --- a/gcc/integrate.c +++ b/gcc/integrate.c @@ -2190,7 +2190,7 @@ copy_rtx_and_substitute (orig, map, for_lhs) copy_rtx_and_substitute (XEXP (XEXP (orig, 0), 0), map, 0)); - MEM_COPY_ATTRIBUTES (copy, orig); + MEM_COPY_ATTRIBUTES (copy, XEXP (orig, 0)); return gen_rtx_CALL (GET_MODE (orig), copy, -- cgit v1.2.1