diff options
Diffstat (limited to 'gcc/tree-vectorizer.h')
-rw-r--r-- | gcc/tree-vectorizer.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/tree-vectorizer.h b/gcc/tree-vectorizer.h index 1a233a0..0f1a02a 100644 --- a/gcc/tree-vectorizer.h +++ b/gcc/tree-vectorizer.h @@ -169,8 +169,7 @@ typedef struct _slp_oprnd_info operand itself in case it's constant, and an indication if it's a pattern stmt. */ enum vect_def_type first_dt; - tree first_def_type; - tree first_const_oprnd; + tree first_op_type; bool first_pattern; } *slp_oprnd_info; |