diff options
author | Alexandre Oliva <aoliva@gcc.gnu.org> | 2000-12-09 03:42:29 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@gcc.gnu.org> | 2000-12-09 03:42:29 +0000 |
commit | 1ccfe3fa1f8cfbdc90f6425501fd442bf1bbc4a2 (patch) | |
tree | 8145d1556f32f321def36824930563872c49e96d /gcc/expr.c | |
parent | bd8757b313518d151d28fff18f4d7958b5cb7ba3 (diff) | |
download | gcc-1ccfe3fa1f8cfbdc90f6425501fd442bf1bbc4a2.zip gcc-1ccfe3fa1f8cfbdc90f6425501fd442bf1bbc4a2.tar.gz gcc-1ccfe3fa1f8cfbdc90f6425501fd442bf1bbc4a2.tar.bz2 |
Indentation fix
From-SVN: r38146
Diffstat (limited to 'gcc/expr.c')
-rw-r--r-- | gcc/expr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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))); } |