mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-10 06:09:29 +08:00
* reload.c (decompose): Always initialize val.base.
From-SVN: r15858
This commit is contained in:
parent
d4dae59c22
commit
43984e2969
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user