Commit 3411b713 by Michael Hayes Committed by Michael Hayes

* config/c4x/c4x.c (c4x_emit_libcall): Use ggc_alloc_string.

From-SVN: r30028
parent 3b5e8a16
Sat Oct 16 12:42:12 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
* config/c4x/c4x.c (c4x_emit_libcall): Use ggc_alloc_string.
Sat Oct 16 12:34:44 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
* config/c4x/c4x.c (c4x_rptb_insert): Emit rpts_top pattern
......
......@@ -1210,6 +1210,8 @@ c4x_emit_libcall (name, code, dmode, smode, noperands, operands)
rtx equiv;
start_sequence ();
if (ggc_p)
name = ggc_alloc_string (name, -1);
libcall = gen_rtx_SYMBOL_REF (Pmode, name);
switch (noperands)
{
......
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