fold-const.c (fold): Use first_rtl_op rather than TREE_CODE_LENGTH when...
authorGeoffrey Keating <geoffk@redhat.com>
Fri, 20 Apr 2001 01:34:01 +0000 (01:34 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Fri, 20 Apr 2001 01:34:01 +0000 (01:34 +0000)
commitdea8be3e9fea111391e7710c41cff0ce6c8b6b05
tree19b2a9a746f4b586cf438b98b93f447c15c2265b
parentfe6adb3e8da9d209fab4b4420f3ef260ece06e46
fold-const.c (fold): Use first_rtl_op rather than TREE_CODE_LENGTH when...

* fold-const.c (fold): Use first_rtl_op rather than
TREE_CODE_LENGTH when looping over parameters of a tree.
Correct strange grouping in test for evaluated SAVE_EXPR.

From-SVN: r41437
gcc/ChangeLog
gcc/fold-const.c