Commit 03f53266 by Laurynas Biveinis Committed by Laurynas Biveinis

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

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
parent fca4e5ba
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> 2007-08-30 Chao-ying Fu <fu@mips.com>
* c-lex.c (interpret_fixed): Declare. * c-lex.c (interpret_fixed): Declare.
......
...@@ -751,6 +751,7 @@ set_rhs (tree *stmt_p, tree expr) ...@@ -751,6 +751,7 @@ set_rhs (tree *stmt_p, tree expr)
SSA_NAME_DEF_STMT (var) = *stmt_p; SSA_NAME_DEF_STMT (var) = *stmt_p;
} }
} }
stmt->base.ann = NULL;
break; break;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment