(copy_node): Clear TREE_ASM_WRITTEN.

From-SVN: r13563
This commit is contained in:
Richard Kenner 1997-01-29 16:07:01 -05:00
parent 6a45254e5b
commit 69b7087e80
1 changed files with 1 additions and 0 deletions

View File

@ -1157,6 +1157,7 @@ copy_node (node)
((char *) t)[i] = ((char *) node)[i];
TREE_CHAIN (t) = 0;
TREE_ASM_WRITTEN (t) = 0;
if (TREE_CODE_CLASS (code) == 'd')
DECL_UID (t) = next_decl_uid++;