]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/frv/frv.c
utils.c (init_gnat_to_gnu): Use typed GC allocation.
[thirdparty/gcc.git] / gcc / config / frv / frv.c
index d4009693cd8d2208ad09eb73561f935c00a5e1f2..e72dd2af1f9212d262307e30646548cf1520d0f1 100644 (file)
@@ -7054,7 +7054,7 @@ frv_assemble_integer (rtx value, unsigned int size, int aligned_p)
 static struct machine_function *
 frv_init_machine_status (void)
 {
-  return GGC_CNEW (struct machine_function);
+  return ggc_alloc_cleared_machine_function ();
 }
 \f
 /* Implement TARGET_SCHED_ISSUE_RATE.  */