diff options
Diffstat (limited to 'gcc/tree-inline.c')
-rw-r--r-- | gcc/tree-inline.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree-inline.c b/gcc/tree-inline.c index 3610289..8c60f4d 100644 --- a/gcc/tree-inline.c +++ b/gcc/tree-inline.c @@ -3285,6 +3285,7 @@ estimate_operator_cost (enum tree_code code, eni_weights *weights, ??? We may consider mapping RTL costs to this. */ case COND_EXPR: case VEC_COND_EXPR: + case VEC_SHUFFLE_EXPR: case PLUS_EXPR: case POINTER_PLUS_EXPR: |