diff options
Diffstat (limited to 'gcc/tree-phinodes.c')
-rw-r--r-- | gcc/tree-phinodes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-phinodes.c b/gcc/tree-phinodes.c index 0be431e..5bd8233 100644 --- a/gcc/tree-phinodes.c +++ b/gcc/tree-phinodes.c @@ -124,7 +124,7 @@ allocate_phi_node (size_t len) else { phi = static_cast <gimple_statement_phi *> ( - ggc_internal_alloc_stat (size MEM_STAT_INFO)); + ggc_internal_alloc (size)); if (GATHER_STATISTICS) { enum gimple_alloc_kind kind = gimple_alloc_kind (GIMPLE_PHI); |