Commit 887da9bd by Richard Guenther Committed by Richard Biener

tree-ssa-propagate.c (set_rhs): Revert last change.

2005-04-27  Richard Guenther  <rguenth@gcc.gnu.org>

	* tree-ssa-propagate.c (set_rhs): Revert last change.

From-SVN: r98882
parent 7c137931
2005-04-27 Richard Guenther <rguenth@gcc.gnu.org>
* tree-ssa-propagate.c (set_rhs): Revert last change.
2005-04-27 Steve Ellcey <sje@cup.hp.com> 2005-04-27 Steve Ellcey <sje@cup.hp.com>
* explow.c (convert_memory_address): Add gcc_assert. * explow.c (convert_memory_address): Add gcc_assert.
......
...@@ -571,8 +571,7 @@ set_rhs (tree *stmt_p, tree expr) ...@@ -571,8 +571,7 @@ set_rhs (tree *stmt_p, tree expr)
|| !is_gimple_val (TREE_OPERAND (expr, 1))) || !is_gimple_val (TREE_OPERAND (expr, 1)))
return false; return false;
} }
else if (TREE_CODE_CLASS (code) == tcc_unary else if (TREE_CODE_CLASS (code) == tcc_unary)
|| code == ADDR_EXPR)
{ {
if (!is_gimple_val (TREE_OPERAND (expr, 0))) if (!is_gimple_val (TREE_OPERAND (expr, 0)))
return false; return false;
......
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