aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-phiopt.c
diff options
context:
space:
mode:
authorMarek Polacek <polacek@redhat.com>2015-10-05 16:33:16 +0000
committerMarek Polacek <mpolacek@gcc.gnu.org>2015-10-05 16:33:16 +0000
commitf67b07b69090e1c2cbc6e875805c3151c68f1211 (patch)
tree2b2b8e6c96c1d483b857a575bb10953f3c901de7 /gcc/tree-ssa-phiopt.c
parent8bc2421c9b3cea73606b5a7b8b83ae099a24e9c7 (diff)
downloadgcc-f67b07b69090e1c2cbc6e875805c3151c68f1211.zip
gcc-f67b07b69090e1c2cbc6e875805c3151c68f1211.tar.gz
gcc-f67b07b69090e1c2cbc6e875805c3151c68f1211.tar.bz2
* tree-ssa-loop-im.c
(move_computations_dom_walker::before_dom_children): Don't set SSA_NAME_ANTI_RANGE_P. * tree-ssa-phiopt.c (value_replacement): Likewise. From-SVN: r228496
Diffstat (limited to 'gcc/tree-ssa-phiopt.c')
-rw-r--r--gcc/tree-ssa-phiopt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/tree-ssa-phiopt.c b/gcc/tree-ssa-phiopt.c
index 697836a..f33ca5c 100644
--- a/gcc/tree-ssa-phiopt.c
+++ b/gcc/tree-ssa-phiopt.c
@@ -1014,7 +1014,6 @@ value_replacement (basic_block cond_bb, basic_block middle_bb,
<bb 4>:
# u_3 = PHI <u_6(3), 4294967295(2)> */
SSA_NAME_RANGE_INFO (lhs) = NULL;
- SSA_NAME_ANTI_RANGE_P (lhs) = 0;
/* If available, we can use VR of phi result at least. */
tree phires = gimple_phi_result (phi);
struct range_info_def *phires_range_info