Commit 623b0223 by Daniel Berlin Committed by Daniel Berlin

tree-ssa-propagate.c (valid_gimple_expression_p): Match up with ccp_min_invariant.

2007-07-23  Daniel Berlin  <dberlin@dberlin.org>

	* tree-ssa-propagate.c (valid_gimple_expression_p): Match up with
	ccp_min_invariant.

From-SVN: r126857
parent d8fa96e0
2007-07-23 Daniel Berlin <dberlin@dberlin.org>
* tree-ssa-propagate.c (valid_gimple_expression_p): Match up with
ccp_min_invariant.
2007-07-23 Peter Bergner <bergner@vnet.ibm.com>
Jakub Jelinek <jakub@redhat.com>
......
......@@ -617,7 +617,7 @@ valid_gimple_expression_p (tree expr)
return false;
t = TREE_OPERAND (t, 0);
}
if (!is_gimple_addressable (t))
if (!is_gimple_id (t))
return false;
break;
}
......
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