diff options
Diffstat (limited to 'gcc/c-common.c')
-rw-r--r-- | gcc/c-common.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/c-common.c b/gcc/c-common.c index ba0138d..09caa0fb 100644 --- a/gcc/c-common.c +++ b/gcc/c-common.c @@ -5996,7 +5996,6 @@ c_estimate_num_insns_1 (tree *tp, int *walk_subtrees, void *data) case ROUND_MOD_EXPR: case RDIV_EXPR: case CALL_EXPR: - case METHOD_CALL_EXPR: *count += 10; break; /* Various containers that will produce no code themselves. */ |