summaryrefslogtreecommitdiff
path: root/gcc/ggc.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ggc.h')
-rw-r--r--gcc/ggc.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/ggc.h b/gcc/ggc.h
index ebc6a5d15bf..35c4f90c7f6 100644
--- 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