Commit be972023 by Richard Kenner

(bc_output_constructor): Return type now rtx.

From-SVN: r7828
parent 5cf3f467
...@@ -1358,10 +1358,9 @@ contains_pointers_p (type) ...@@ -1358,10 +1358,9 @@ contains_pointers_p (type)
} }
} }
/* Output text storage for constructor CONSTR. Returns rtx of /* Output text storage for constructor CONSTR. */
storage. */
rtx void
bc_output_constructor (constr) bc_output_constructor (constr)
tree constr; tree constr;
{ {
......
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