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
This commit is contained in:
parent
7c13793190
commit
887da9bdfc
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
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>
|
||||
|
||||
* explow.c (convert_memory_address): Add gcc_assert.
|
||||
|
|
|
@ -571,8 +571,7 @@ set_rhs (tree *stmt_p, tree expr)
|
|||
|| !is_gimple_val (TREE_OPERAND (expr, 1)))
|
||||
return false;
|
||||
}
|
||||
else if (TREE_CODE_CLASS (code) == tcc_unary
|
||||
|| code == ADDR_EXPR)
|
||||
else if (TREE_CODE_CLASS (code) == tcc_unary)
|
||||
{
|
||||
if (!is_gimple_val (TREE_OPERAND (expr, 0)))
|
||||
return false;
|
||||
|
|
Loading…
Add table
Reference in a new issue