From: Laurynas Biveinis Date: Fri, 31 Aug 2007 00:26:18 +0000 (+0000) Subject: tree-ssa-propagate.c (set_rhs): Remove the copied annotation from the original statement. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=03f5326684c1d609711b4a0c3bd8d3b4357c6ded;p=platform%2Fupstream%2Fgcc.git tree-ssa-propagate.c (set_rhs): Remove the copied annotation from the original statement. 2007-08-30 Laurynas Biveinis * tree-ssa-propagate.c (set_rhs): Remove the copied annotation from the original statement. From-SVN: r127946 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b2bde28..03ee167 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2007-08-30 Laurynas Biveinis + + * tree-ssa-propagate.c (set_rhs): Remove the copied annotation + from the original statement. + 2007-08-30 Chao-ying Fu * c-lex.c (interpret_fixed): Declare. diff --git a/gcc/tree-ssa-propagate.c b/gcc/tree-ssa-propagate.c index 1c42da0..17eec74 100644 --- a/gcc/tree-ssa-propagate.c +++ b/gcc/tree-ssa-propagate.c @@ -751,6 +751,7 @@ set_rhs (tree *stmt_p, tree expr) SSA_NAME_DEF_STMT (var) = *stmt_p; } } + stmt->base.ann = NULL; break; }