Remove blank line.
authorRichard Kenner <kenner@gcc.gnu.org>
Wed, 28 Nov 2001 12:18:37 +0000 (07:18 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Wed, 28 Nov 2001 12:18:37 +0000 (07:18 -0500)
From-SVN: r47414

gcc/tree.c

index b86a339fe5c58df07eb62bc497f7076cd0d47287..80458512b180d7194768060bc43e9392ed1613d0 100644 (file)
@@ -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