Commit 43984e29 by Thomas Koenig Committed by Jeff Law

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

From-SVN: r15858
parent d4dae59c
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) Tue Oct 7 10:19:26 1997 Manfred Hollstein (manfred@lts.sel.alcatel.de)
* m68k/mot3300.h (ASM_OUTPUT_ALIGN): Accept any alignment * m68k/mot3300.h (ASM_OUTPUT_ALIGN): Accept any alignment
......
...@@ -2077,6 +2077,7 @@ decompose (x) ...@@ -2077,6 +2077,7 @@ decompose (x)
val.reg_flag = 0; val.reg_flag = 0;
val.safe = 0; val.safe = 0;
val.base = 0;
if (GET_CODE (x) == MEM) if (GET_CODE (x) == MEM)
{ {
rtx base, offset = 0; rtx base, offset = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment