Commit d6d709cd by Richard Kenner

Remove blank line.

From-SVN: r47414
parent f80230c1
...@@ -1556,7 +1556,6 @@ save_expr (expr) ...@@ -1556,7 +1556,6 @@ save_expr (expr)
while (TREE_CODE (t) == NON_LVALUE_EXPR) while (TREE_CODE (t) == NON_LVALUE_EXPR)
t = TREE_OPERAND (t, 0); t = TREE_OPERAND (t, 0);
/* If we have simple operations applied to a SAVE_EXPR or to a SAVE_EXPR and /* If we have simple operations applied to a SAVE_EXPR or to a SAVE_EXPR and
a constant, it will be more efficient to not make another SAVE_EXPR since a constant, it will be more efficient to not make another SAVE_EXPR since
it will allow better simplification and GCSE will be able to merge the it will allow better simplification and GCSE will be able to merge the
......
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