omit needless braces
From-SVN: r60293
This commit is contained in:
parent
a17cf75b73
commit
4f7c4327d4
1 changed files with 1 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue