View | Details | Raw Unified | Return to bug 242284
Collapse All | Expand All

(-)files/patch-gcc_tree-vect-loop.c (+11 lines)
Line 0 Link Here
1
--- gcc/tree-vect-loop.c.orig	2019-11-28 10:47:59 UTC
2
+++ gcc/tree-vect-loop.c
3
@@ -55,6 +55,8 @@ along with GCC; see the file COPYING3.  If not see
4
 #include "vec-perm-indices.h"
5
 #include "tree-eh.h"
6
 
7
+#define vec_step vec_step_
8
+
9
 /* Loop Vectorization Pass.
10
 
11
    This pass tries to vectorize loops.

Return to bug 242284