fold-const.c (non_lvalue): Explicitly list the tree codes that need to be wrapped...
authorRoger Sayle <roger@eyesopen.com>
Mon, 24 May 2004 03:02:44 +0000 (03:02 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Mon, 24 May 2004 03:02:44 +0000 (03:02 +0000)
commit8d4a2ff6c65aeb24104ad5daee443fa89a5d6652
tree3fa78a3f02322b1c8e4ece468c0e107283801ce8
parent15077df5dcd5c9fd996f31cd56ed12a677a2b771
fold-const.c (non_lvalue): Explicitly list the tree codes that need to be wrapped by NON_LVALUE_EXPR...

* fold-const.c (non_lvalue): Explicitly list the tree codes that
need to be wrapped by NON_LVALUE_EXPR, instead of those that don't.

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