mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-19 03:30:27 +08:00
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:
parent
fca4e5baa6
commit
03f5326684
@ -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.
|
||||
|
@ -751,6 +751,7 @@ set_rhs (tree *stmt_p, tree expr)
|
||||
SSA_NAME_DEF_STMT (var) = *stmt_p;
|
||||
}
|
||||
}
|
||||
stmt->base.ann = NULL;
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user