Factor out division by squares and remove division around comparisons (0/2)
authorJackson Woodruff <jackson.woodruff@arm.com>
Tue, 17 Oct 2017 13:22:48 +0000 (13:22 +0000)
committerWilco Dijkstra <wilco@gcc.gnu.org>
Tue, 17 Oct 2017 13:22:48 +0000 (13:22 +0000)
commit2d0575364c5e5e1f058f96dfcd83cd40523cbeb3
treec56bb8a9eb456d0bc7feee1b8e3613b1a9a7104a
parent92900aec89c94d569a94c4f2e42d90e25f993bb0
Factor out division by squares and remove division around comparisons (0/2)

Commit gcc/fold-const.c missing from r252827:

    gcc/
PR 71026/tree-optimization
* fold-const.c (distribute_real_division): Removed.
(fold_binary_loc): Remove calls to distribute_real_divison.

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