mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-27 22:03:57 +08:00
Indentation fix
From-SVN: r38146
This commit is contained in:
parent
bd8757b313
commit
1ccfe3fa1f
@ -4545,7 +4545,7 @@ store_constructor (exp, target, align, cleared, size)
|
||||
store_constructor_field (to_rtx, bitsize, bitpos, mode,
|
||||
TREE_VALUE (elt), type, align, cleared,
|
||||
(DECL_NONADDRESSABLE_P (field)
|
||||
&& GET_CODE (to_rtx) == MEM)
|
||||
&& GET_CODE (to_rtx) == MEM)
|
||||
? MEM_ALIAS_SET (to_rtx)
|
||||
: get_alias_set (TREE_TYPE (field)));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user