Indentation fix

From-SVN: r38146
This commit is contained in:
Alexandre Oliva 2000-12-09 03:42:29 +00:00
parent bd8757b313
commit 1ccfe3fa1f

View File

@ -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)));
}