* tree-vrp.c (compare_names): Initialize sop.

From-SVN: r125204
This commit is contained in:
Ralf Wildenhues
2007-05-30 22:52:02 +00:00
committed by Ian Lance Taylor
parent 506966b0ca
commit 01e2bca8f5
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2007-05-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* tree-vrp.c (compare_names): Initialize sop.
2007-05-30 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/31769

View File

@@ -4169,7 +4169,7 @@ compare_names (enum tree_code comp, tree n1, tree n2,
t = retval = NULL_TREE;
EXECUTE_IF_SET_IN_BITMAP (e2, 0, i2, bi2)
{
bool sop;
bool sop = false;
value_range_t vr2 = *(vr_value[i2]);