public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [gc-improv] Convert IA64 backend
@ 2009-11-30  9:31 Laurynas Biveinis
  0 siblings, 0 replies; only message in thread
From: Laurynas Biveinis @ 2009-11-30  9:31 UTC (permalink / raw)
  To: gcc-patches

Bootstrapped and regtested under ia64-unknown-linux-gnu, committed to gc-improv.

-- 
Laurynas

2009-11-30  Laurynas Biveinis  <laurynas.biveinis@gmail.com>

        * config/ia64/ia64.c (ia64_init_machine_status): Use typed GC
        allocation.

Index: gcc/config/ia64/ia64.c
===================================================================
--- gcc/config/ia64/ia64.c      (revision 154754)
+++ gcc/config/ia64/ia64.c      (working copy)
@@ -5560,7 +5560,7 @@
 static struct machine_function *
 ia64_init_machine_status (void)
 {
-  return GGC_CNEW (struct machine_function);
+  return ggc_alloc_cleared_machine_function ();
 }
 ^L
 static enum attr_itanium_class ia64_safe_itanium_class (rtx);

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-11-30  8:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-30  9:31 [gc-improv] Convert IA64 backend Laurynas Biveinis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).