diff options
Diffstat (limited to 'gcc/tree-inline.c')
-rw-r--r-- | gcc/tree-inline.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/tree-inline.c b/gcc/tree-inline.c index 39dde67..7d8b0db 100644 --- a/gcc/tree-inline.c +++ b/gcc/tree-inline.c @@ -1238,10 +1238,6 @@ estimate_num_insns_1 (tree *tp, int *walk_subtrees, void *data) case RETURN_EXPR: case EXIT_EXPR: case LOOP_EXPR: - case EUSE_NODE: - case EKILL_NODE: - case EPHI_NODE: - case EEXIT_NODE: case PHI_NODE: break; /* We don't account constants for now. Assume that the cost is amortized |