mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-04 23:00:15 +08:00
* config/c4x/c4x.c (c4x_emit_libcall): Use ggc_alloc_string.
From-SVN: r30028
This commit is contained in:
parent
3b5e8a16ba
commit
3411b713f4
@ -1,3 +1,7 @@
|
||||
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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user