* tree-ssa-phiopt.c (value_replacement): Remove local variable
result.
From-SVN: r96376
* tree-ssa-live.c (build_tree_conflict_graph): Remove local
variable ann.
+ * tree-ssa-phiopt.c (value_replacement): Remove local variable
+ result.
+
2005-03-13 Andy Hutchinson <HutchinsonAndy@netscape.net>
PR target/18251
basic_block phi_bb, edge e0, edge e1, tree phi,
tree arg0, tree arg1)
{
- tree result;
tree cond;
edge true_edge, false_edge;
return false;
cond = COND_EXPR_COND (last_stmt (cond_bb));
- result = PHI_RESULT (phi);
/* This transformation is only valid for equality comparisons. */
if (TREE_CODE (cond) != NE_EXPR && TREE_CODE (cond) != EQ_EXPR)