diff options
Diffstat (limited to 'gcc/tree-inline.c')
-rw-r--r-- | gcc/tree-inline.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/tree-inline.c b/gcc/tree-inline.c index cd6c88ab002..a578e1cad84 100644 --- a/gcc/tree-inline.c +++ b/gcc/tree-inline.c @@ -1190,6 +1190,8 @@ estimate_num_insns_1 (tree *tp, int *walk_subtrees, void *data) case COMPONENT_REF: case BIT_FIELD_REF: case INDIRECT_REF: + case ALIGN_INDIRECT_REF: + case MISALIGNED_INDIRECT_REF: case ARRAY_REF: case ARRAY_RANGE_REF: case OBJ_TYPE_REF: @@ -1322,6 +1324,8 @@ estimate_num_insns_1 (tree *tp, int *walk_subtrees, void *data) case ASM_EXPR: + case REALIGN_LOAD_EXPR: + case RESX_EXPR: *count += 1; break; |