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

From-SVN: r125203
This commit is contained in:
Ralf Wildenhues 2007-05-30 22:51:22 +00:00 committed by Ian Lance Taylor
parent 62090afbfb
commit 3b7bab4d68
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 Dirk Mueller <dmueller@suse.de>
* cgraphunit.c (cgraph_analyze_function): Remove

View File

@ -4791,7 +4791,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 = get_vr_for_comparison (i2);