Commit d5ebacaf by Richard Kenner

*** empty log message ***

From-SVN: r1308
parent ad0e4f77
...@@ -840,11 +840,7 @@ make_node (code) ...@@ -840,11 +840,7 @@ make_node (code)
tree_node_sizes[(int)kind] += length; tree_node_sizes[(int)kind] += length;
#endif #endif
TREE_TYPE (t) = 0; for (i = (length / sizeof (int)) - 1; i >= 0; i--)
TREE_CHAIN (t) = 0;
for (i = (length / sizeof (int)) - 1;
i >= sizeof (struct tree_common) / sizeof (int) - 1;
i--)
((int *) t)[i] = 0; ((int *) t)[i] = 0;
TREE_SET_CODE (t, code); TREE_SET_CODE (t, code);
......
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