gcc/ChangeLog:
*ggc.h (ggc_alloc_cleared_simd_clone_stat): Remove function.
From-SVN: r210567
+2014-05-17 Trevor Saunders <tsaunders@mozilla.com>
+
+ * ggc.h (ggc_alloc_cleared_simd_clone_stat): Remove function.
+
2014-05-17 Trevor Saunders <tsaunders@mozilla.com>
* alias.c (record_alias_subset): Adjust.
ggc_internal_cleared_alloc (s PASS_MEM_STAT);
}
-static inline struct simd_clone *
-ggc_alloc_cleared_simd_clone_stat (size_t s CXX_MEM_STAT_INFO)
-{
- return (struct simd_clone *)
- ggc_internal_cleared_alloc (s PASS_MEM_STAT);
-}
-
#endif