diff options
author | Roger Sayle <roger@eyesopen.com> | 2002-06-01 16:51:00 +0000 |
---|---|---|
committer | Roger Sayle <sayle@gcc.gnu.org> | 2002-06-01 16:51:00 +0000 |
commit | 01c58f2670a5f7858b8762e06cab0a68b98a684f (patch) | |
tree | 1ca73084ca38923e70f162fc15f33747a48b65c7 /gcc/tree.c | |
parent | 91b1247259cffcd3eb65721d21349b1a9eccafe3 (diff) | |
download | gcc-01c58f2670a5f7858b8762e06cab0a68b98a684f.zip gcc-01c58f2670a5f7858b8762e06cab0a68b98a684f.tar.gz gcc-01c58f2670a5f7858b8762e06cab0a68b98a684f.tar.bz2 |
fold-const.c (fold_truthop): Transform "a || b" into "(a|b) != 0" and "!p && !q" into "(p|q) == 0" under...
* fold-const.c (fold_truthop): Transform "a || b" into "(a|b) != 0"
and "!p && !q" into "(p|q) == 0" under suitable conditions.
From-SVN: r54148
Diffstat (limited to 'gcc/tree.c')
0 files changed, 0 insertions, 0 deletions