* expr.c (store_constructor): Fix pasto in previous patch.
From-SVN: r75327
This commit is contained in:
parent
71af26210f
commit
9b9bd3b207
2 changed files with 6 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
2004-01-02 Jan Hubicka <jh@suse.cz>
|
||||
|
||||
* expr.c (store_constructor): Fix pasto in previous patch.
|
||||
|
||||
2004-01-02 Kazu Hirata <kazu@cs.umass.edu>
|
||||
|
||||
* config/i386/cygming.h: Fix comment formatting.
|
||||
|
|
|
@ -4994,9 +4994,8 @@ store_constructor (tree exp, rtx target, int cleared, HOST_WIDE_INT size)
|
|||
target = copy_rtx (target);
|
||||
MEM_KEEP_ALIAS_SET_P (target) = 1;
|
||||
}
|
||||
else
|
||||
store_constructor_field (target, bitsize, bitpos, mode, value,
|
||||
type, cleared, get_alias_set (elttype));
|
||||
store_constructor_field (target, bitsize, bitpos, mode, value,
|
||||
type, cleared, get_alias_set (elttype));
|
||||
}
|
||||
}
|
||||
if (vector)
|
||||
|
|
Loading…
Add table
Reference in a new issue