summaryrefslogtreecommitdiffstats
path: root/gcc/expr.c
diff options
context:
space:
mode:
authoraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>2000-12-09 03:42:29 +0000
committeraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>2000-12-09 03:42:29 +0000
commit92124fcb44d33595ff1cdcc3395eecd6b861bbb9 (patch)
tree8145d1556f32f321def36824930563872c49e96d /gcc/expr.c
parent7ce26751b948af5be89a7da5882b19703c48f7fe (diff)
downloadppe42-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.c2
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)));
}
OpenPOWER on IntegriCloud