Commit 1ccfe3fa by Alexandre Oliva

Indentation fix

From-SVN: r38146
parent bd8757b3
...@@ -4545,7 +4545,7 @@ store_constructor (exp, target, align, cleared, size) ...@@ -4545,7 +4545,7 @@ store_constructor (exp, target, align, cleared, size)
store_constructor_field (to_rtx, bitsize, bitpos, mode, store_constructor_field (to_rtx, bitsize, bitpos, mode,
TREE_VALUE (elt), type, align, cleared, TREE_VALUE (elt), type, align, cleared,
(DECL_NONADDRESSABLE_P (field) (DECL_NONADDRESSABLE_P (field)
&& GET_CODE (to_rtx) == MEM) && GET_CODE (to_rtx) == MEM)
? MEM_ALIAS_SET (to_rtx) ? MEM_ALIAS_SET (to_rtx)
: get_alias_set (TREE_TYPE (field))); : get_alias_set (TREE_TYPE (field)));
} }
......
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