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)
}
}
/* Output text storage for constructor CONSTR. Returns rtx of
storage. */
/* Output text storage for constructor CONSTR. */
rtx
void
bc_output_constructor (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