Commit 69b7087e by Richard Kenner

(copy_node): Clear TREE_ASM_WRITTEN.

From-SVN: r13563
parent 6a45254e
...@@ -1157,6 +1157,7 @@ copy_node (node) ...@@ -1157,6 +1157,7 @@ copy_node (node)
((char *) t)[i] = ((char *) node)[i]; ((char *) t)[i] = ((char *) node)[i];
TREE_CHAIN (t) = 0; TREE_CHAIN (t) = 0;
TREE_ASM_WRITTEN (t) = 0;
if (TREE_CODE_CLASS (code) == 'd') if (TREE_CODE_CLASS (code) == 'd')
DECL_UID (t) = next_decl_uid++; DECL_UID (t) = next_decl_uid++;
......
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