diff options
author | Andreas Schwab <schwab@issan.cs.uni-dortmund.de> | 1998-10-13 17:58:33 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-10-13 17:58:33 -0600 |
commit | ce694881346f13352cc7f8daa0a9591121028c15 (patch) | |
tree | a3f97081ceb2547d9b4a98b3272b9c1eb37afa6f | |
parent | ae0b51efbd5205a07efcc1d0f7e210445f8cabcf (diff) | |
download | gcc-ce694881346f13352cc7f8daa0a9591121028c15.zip gcc-ce694881346f13352cc7f8daa0a9591121028c15.tar.gz gcc-ce694881346f13352cc7f8daa0a9591121028c15.tar.bz2 |
function.c (purge_addressof_1): Force the first argument of a CALL insn to memory.
P
* function.c (purge_addressof_1): Force the first argument of a
CALL insn to memory.
From-SVN: r23070
-rw-r--r-- | gcc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6334e89..088d782 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +1998-10-14 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> + + * function.c (purge_addressof_1): Force the first argument of a + CALL insn to memory. + Wed Oct 14 00:38:40 1998 Jeffrey A Law (law@cygnus.com) * rtl.h: Delete duplicate prototypes. Add some missing |