tree-vectorizer.h (struct _slp_oprnd_info): Remove first_const_oprnd field, rename...
[gcc.git] / gcc / tree-vectorizer.h
index 1a233a01fa20db685f2487825934dddb3edf592e..0f1a02a2e373a3410f51a0cd9b51b388eccb1140 100644 (file)
@@ -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;