diff options
| author | aoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-12-09 03:42:29 +0000 |
|---|---|---|
| committer | aoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-12-09 03:42:29 +0000 |
| commit | 92124fcb44d33595ff1cdcc3395eecd6b861bbb9 (patch) | |
| tree | 8145d1556f32f321def36824930563872c49e96d /gcc/expr.c | |
| parent | 7ce26751b948af5be89a7da5882b19703c48f7fe (diff) | |
| download | ppe42-gcc-92124fcb44d33595ff1cdcc3395eecd6b861bbb9.tar.gz ppe42-gcc-92124fcb44d33595ff1cdcc3395eecd6b861bbb9.zip | |
Indentation fix
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38146 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/expr.c')
| -rw-r--r-- | gcc/expr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/expr.c b/gcc/expr.c index 3a8136f6ff5..fbe5fe513c1 100644 --- a/gcc/expr.c +++ b/gcc/expr.c @@ -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))); } |

