* reload.c (decompose): Always initialize val.base.

From-SVN: r15858
This commit is contained in:
Thomas Koenig 1997-10-07 16:50:13 +00:00 committed by Jeff Law
parent d4dae59c22
commit 43984e2969
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Tue Oct 7 10:52:29 1997 Thomas Koenig (ig25@rz.uni-karlsruhe.de)
* reload.c (decompose): Always initialize val.base.
Tue Oct 7 10:19:26 1997 Manfred Hollstein (manfred@lts.sel.alcatel.de)
* m68k/mot3300.h (ASM_OUTPUT_ALIGN): Accept any alignment

View File

@ -2077,6 +2077,7 @@ decompose (x)
val.reg_flag = 0;
val.safe = 0;
val.base = 0;
if (GET_CODE (x) == MEM)
{
rtx base, offset = 0;