projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f80230c
)
Remove blank line.
author
Richard Kenner
<kenner@gcc.gnu.org>
Wed, 28 Nov 2001 12:18:37 +0000
(07:18 -0500)
committer
Richard Kenner
<kenner@gcc.gnu.org>
Wed, 28 Nov 2001 12:18:37 +0000
(07:18 -0500)
From-SVN: r47414
gcc/tree.c
patch
|
blob
|
history
diff --git
a/gcc/tree.c
b/gcc/tree.c
index b86a339fe5c58df07eb62bc497f7076cd0d47287..80458512b180d7194768060bc43e9392ed1613d0 100644
(file)
--- 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