]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/ggc.h
switch from gimple to gimple*
[thirdparty/gcc.git] / gcc / ggc.h
index ebc6a5d15bfecd2845363dc334779ab89ae31f2b..35c4f90c7f64e5acfd0a7ff6068267fb61e4cc79 100644 (file)
--- a/gcc/ggc.h
+++ b/gcc/ggc.h
@@ -292,11 +292,10 @@ ggc_alloc_cleared_tree_node_stat (size_t s CXX_MEM_STAT_INFO)
   return (union tree_node *) ggc_internal_cleared_alloc (s PASS_MEM_STAT);
 }
 
-static inline struct gimple_statement_base *
+static inline gimple *
 ggc_alloc_cleared_gimple_statement_stat (size_t s CXX_MEM_STAT_INFO)
 {
-  return (struct gimple_statement_base *)
-    ggc_internal_cleared_alloc (s PASS_MEM_STAT);
+  return (gimple *) ggc_internal_cleared_alloc (s PASS_MEM_STAT);
 }
 
 static inline void