]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* tree-ssa-operands.c (get_expr_operands): Fix typo in previous patch.
authorJan Hubicka <jh@suse.cz>
Wed, 13 Jul 2005 15:34:16 +0000 (17:34 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Wed, 13 Jul 2005 15:34:16 +0000 (15:34 +0000)
From-SVN: r101972

gcc/ChangeLog
gcc/tree-ssa-operands.c

index b591df8e882f04256f5f29eb361996d5f5ed0888..8a4ccc0c03f8214eceaaad75bdd27f20233e2146 100644 (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
index 98b476683e6877c0308d4a8cb9c9223276765651..f4eb109c5c76ff4e519c371be7eb3a9ca921c103 100644 (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);