summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-11-22 02:46:22 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-11-22 02:46:22 +0000
commitcc9c157e2b011bbfc3e2d5063fc953cb550811c8 (patch)
treee2c92b37d6b92aab74b78a8763948c6cf25a680a /gcc/ChangeLog
parentacd39194c7dfaf3f3a1906595c519215062d615e (diff)
downloadgcc-cc9c157e2b011bbfc3e2d5063fc953cb550811c8.tar.gz
* reload1.c (eliminate_regs): Do not lose if eliminate_regs is called
without reload having been called earlier. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23748 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 5f2ef26212b..3d51ad02087 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,8 @@
Sat Nov 21 22:12:09 1998 Jeffrey A Law (law@cygnus.com)
+ * reload1.c (eliminate_regs): Do not lose if eliminate_regs is called
+ without reload having been called earlier.
+
* v850.c (ep_memory_operand): Offsets < 0 are not valid for EP
addressing modes.
(v850_reorg): Similarly.