aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree.c')
-rw-r--r--gcc/tree.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/tree.c b/gcc/tree.c
index 736e38d..b2b336b 100644
--- a/gcc/tree.c
+++ b/gcc/tree.c
@@ -2315,9 +2315,7 @@ build1 (code, type, node)
}
if (TREE_CODE_CLASS (code) == 's')
- {
- TREE_SIDE_EFFECTS (t) = 1;
- }
+ TREE_SIDE_EFFECTS (t) = 1;
else switch (code)
{
case INIT_EXPR: