Factor out division by squares and remove division around comparisons (0/2)
commit1ea647f3666469395ddf24e6050e5fb4632712b6
authorwilco <wilco@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 17 Oct 2017 13:22:48 +0000 (17 13:22 +0000)
committerwilco <wilco@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 17 Oct 2017 13:22:48 +0000 (17 13:22 +0000)
treec56bb8a9eb456d0bc7feee1b8e3613b1a9a7104a
parent44e2f3328119c41881ec98107c9802d74bc58497
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@253812 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/fold-const.c