Commit 4f7c4327 by Jason Merrill

omit needless braces

From-SVN: r60293
parent a17cf75b
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment