diff options
Diffstat (limited to 'gcc/tree-inline.c')
-rw-r--r-- | gcc/tree-inline.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-inline.c b/gcc/tree-inline.c index 8c60f4d..e2f76e1 100644 --- a/gcc/tree-inline.c +++ b/gcc/tree-inline.c @@ -3285,7 +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 VEC_PERM_EXPR: case PLUS_EXPR: case POINTER_PLUS_EXPR: |