fold-const.c (fold): Remove variable "invert".
authorKazu Hirata <kazu@cs.umass.edu>
Sat, 20 Mar 2004 14:13:28 +0000 (14:13 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 20 Mar 2004 14:13:28 +0000 (14:13 +0000)
commit8e7b3a43df2bfe691c28de316ff48457178ec4a7
treece892def893b74ec079a512c9c6075886e2a8acf
parentc048d56d7e1750c411ffc7f67415beab926c1d05
fold-const.c (fold): Remove variable "invert".

* fold-const.c (fold): Remove variable "invert".
Move the handling of relational expressions that can be folded
to a constant ...
(fold_relational_const): ... here.
(tree_expr_nonzero_p): New.

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