OSDN Git Service

* gcc.dg/vect/vect.exp: Run tests with -funroll-loops for SPU in case
[pf3gnuchains/gcc-fork.git] / gcc / tree-vectorizer.c
index be93e02..5bfa30b 100644 (file)
@@ -2712,7 +2712,7 @@ vectorize_loops (void)
       loop = get_loop (i);
       if (!loop)
        continue;
-      loop_vinfo = loop->aux;
+      loop_vinfo = (loop_vec_info) loop->aux;
       destroy_loop_vec_info (loop_vinfo, true);
       loop->aux = NULL;
     }