diff options
Diffstat (limited to 'gcc/tree-inline.c')
-rw-r--r-- | gcc/tree-inline.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/tree-inline.c b/gcc/tree-inline.c index a6ee6ed..525009e 100644 --- a/gcc/tree-inline.c +++ b/gcc/tree-inline.c @@ -1603,7 +1603,8 @@ estimate_num_insns_1 (tree *tp, int *walk_subtrees, void *data) case PHI_NODE: case WITH_SIZE_EXPR: case OMP_CLAUSE: - case OMP_RETURN_EXPR: + case OMP_RETURN: + case OMP_CONTINUE: break; /* We don't account constants for now. Assume that the cost is amortized |