fold-const.c (fold_single_bit_test): If flag_syntax_only, pretend LOAD_EXTEND_OP...
authorJakub Jelinek <jakub@redhat.com>
Tue, 14 Dec 2004 17:59:36 +0000 (18:59 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 14 Dec 2004 17:59:36 +0000 (18:59 +0100)
commit2a1a3cd51f8bb928fe7291d8dcb84492bc49f6ed
tree2ceb8f670d9c363199f950dbe87fb725e1b5083c
parent0a96f3c694d88ed9f0c97135ca67151540f9d66f
fold-const.c (fold_single_bit_test): If flag_syntax_only, pretend LOAD_EXTEND_OP is not defined.

* fold-const.c (fold_single_bit_test): If flag_syntax_only, pretend
LOAD_EXTEND_OP is not defined.
(fold): Likewise.  If flag_syntax_only, don't depend on BITS_PER_WORD.

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