From d6d709cdb5c2ece5e682c97271b6c82a949c1330 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Wed, 28 Nov 2001 07:18:37 -0500 Subject: [PATCH] Remove blank line. From-SVN: r47414 --- gcc/tree.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gcc/tree.c b/gcc/tree.c index b86a339fe5c..80458512b18 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 -- 2.30.2