aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>2001-11-28 07:18:37 -0500
committerRichard Kenner <kenner@gcc.gnu.org>2001-11-28 07:18:37 -0500
commitd6d709cdb5c2ece5e682c97271b6c82a949c1330 (patch)
tree18bf49d30a9d20dfa4a7ba595634c5b441e31ba8 /gcc/tree.c
parentf80230c1e8051691cf5eb6c39d0c649059cb87d4 (diff)
downloadgcc-d6d709cdb5c2ece5e682c97271b6c82a949c1330.zip
gcc-d6d709cdb5c2ece5e682c97271b6c82a949c1330.tar.gz
gcc-d6d709cdb5c2ece5e682c97271b6c82a949c1330.tar.bz2
Remove blank line.
From-SVN: r47414
Diffstat (limited to 'gcc/tree.c')
-rw-r--r--gcc/tree.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/tree.c b/gcc/tree.c
index b86a339..8045851 100644
--- a/gcc/tree.c
+++ b/gcc/tree.c
@@ -1556,7 +1556,6 @@ save_expr (expr)
while (TREE_CODE (t) == NON_LVALUE_EXPR)
t = TREE_OPERAND (t, 0);
-
/* 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
it will allow better simplification and GCSE will be able to merge the