mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-18 13:01:06 +08:00
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
This commit is contained in:
parent
d8fa96e089
commit
623b022332
@ -1,3 +1,8 @@
|
||||
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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user