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
This commit is contained in:
Laurynas Biveinis 2007-08-31 00:26:18 +00:00 committed by Laurynas Biveinis
parent fca4e5baa6
commit 03f5326684
2 changed files with 6 additions and 0 deletions

View 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.

View File

@ -751,6 +751,7 @@ set_rhs (tree *stmt_p, tree expr)
SSA_NAME_DEF_STMT (var) = *stmt_p;
}
}
stmt->base.ann = NULL;
break;
}