fold-const.c (fold_not_const): New function.
authorRoger Sayle <roger@eyesopen.com>
Thu, 10 Jun 2004 00:02:48 +0000 (00:02 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Thu, 10 Jun 2004 00:02:48 +0000 (00:02 +0000)
commita653e758f68488c0056b0a0a3d9fcbe5d5eaf50f
tree5fc66f9f60abbd000cc68d47fb8bb109947f94bc
parente66e7856e8c88873ba3a5b37f8afcd003e0f8df9
fold-const.c (fold_not_const): New function.

* fold-const.c (fold_not_const): New function.
(fold) <ABS_EXPR>: Don't bother testing wins.
(fold) <BIT_NOT_EXPR>: Call fold_not_const.
(nondestructive_fold_unary_to_constant) <BIT_NOT_EXPR>: Likewise.

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