* tree-ssa-operands.c (get_expr_operands): Fix typo in previous patch.

From-SVN: r101972
This commit is contained in:
Jan Hubicka 2005-07-13 17:34:16 +02:00 committed by Jan Hubicka
parent bbcbc3e07f
commit 98b6d47767
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2005-07-13 Jan Hubicka <jh@suse.cz>
* tree-ssa-operands.c (get_expr_operands): Fix typo in previous patch.
2005-07-13 David Edelsohn <edelsohn@gnu.org>
* tree-ssa-dom.c (lookup_avail_expr): Do not pass member in freed

View file

@ -1326,7 +1326,7 @@ get_expr_operands (tree stmt, tree *expr_p, int flags)
bool exact;
if (overlap_subvar (offset, size, sv, &exact))
{
bool subvar_flags = flags;
int subvar_flags = flags;
if (!exact)
subvar_flags &= ~opf_kill_def;
add_stmt_operand (&sv->var, s_ann, subvar_flags);