Commit 3b7bab4d by Ralf Wildenhues Committed by Ian Lance Taylor

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

From-SVN: r125203
parent 62090afb
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
......
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment