diff options
author | Richard Biener <rguenther@suse.de> | 2015-07-10 12:31:05 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2015-07-10 12:31:05 +0000 |
commit | 14ea9f928340edb0812a0f3492563939fe9c9817 (patch) | |
tree | cd41208aa52a6631034a5aa10e6e3c96f077fc6e /gcc/loop-init.c | |
parent | 53021678c582ec1afd38f0ed03fde6c433d639df (diff) | |
download | gcc-14ea9f928340edb0812a0f3492563939fe9c9817.zip gcc-14ea9f928340edb0812a0f3492563939fe9c9817.tar.gz gcc-14ea9f928340edb0812a0f3492563939fe9c9817.tar.bz2 |
fold-const.c (distribute_bit_expr): Remove.
2015-07-10 Richard Biener <rguenther@suse.de>
* fold-const.c (distribute_bit_expr): Remove.
(fold_binary_loc): Move simplifying (A & C1) + (B & C2)
to (A & C1) | (B & C2), distributing (A & B) | (A & C)
to A & (B | C) and simplifying A << C1 << C2 to ...
* match.pd: ... patterns here.
From-SVN: r225670
Diffstat (limited to 'gcc/loop-init.c')
0 files changed, 0 insertions, 0 deletions