aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/integrate.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index b7d6f43..0832377 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+Wed Oct 24 15:35:38 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
+
+ * integrate.c (copy_rtx_and_substitute, case CALL): Fix error in last
+ change.
+
Wed Oct 24 13:26:12 2001 Jeffrey A Law (law@cygnus.com)
* h8300.h (RETURN_ADDR_RTX): Remove old, incorrect definition.
diff --git a/gcc/integrate.c b/gcc/integrate.c
index 0552267..c8c60b2 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,