tree-ssa-propagate.c (set_rhs): Remove the copied annotation from the original statement.
authorLaurynas Biveinis <laurynas.biveinis@gmail.com>
Fri, 31 Aug 2007 00:26:18 +0000 (00:26 +0000)
committerLaurynas Biveinis <lauras@gcc.gnu.org>
Fri, 31 Aug 2007 00:26:18 +0000 (00:26 +0000)
2007-08-30  Laurynas Biveinis  <laurynas.biveinis@gmail.com>

* tree-ssa-propagate.c (set_rhs): Remove the copied annotation
from the original statement.

From-SVN: r127946

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

index b2bde28..03ee167 100644 (file)
@@ -1,3 +1,8 @@
+2007-08-30  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
+
+       * tree-ssa-propagate.c (set_rhs): Remove the copied annotation
+       from the original statement.
+
 2007-08-30  Chao-ying Fu  <fu@mips.com>
 
        * c-lex.c (interpret_fixed): Declare.
index 1c42da0..17eec74 100644 (file)
@@ -751,6 +751,7 @@ set_rhs (tree *stmt_p, tree expr)
                SSA_NAME_DEF_STMT (var) = *stmt_p;
            }
        }
+      stmt->base.ann = NULL;
       break;
     }