OSDN Git Service

* Makefile.in (tree-vect-generic.o): New.
[pf3gnuchains/gcc-fork.git] / gcc / tree-optimize.c
index 4d02e55..8e02f45 100644 (file)
@@ -375,7 +375,8 @@ init_tree_optimization_passes (void)
   NEXT_PASS (pass_lower_cf); 
   NEXT_PASS (pass_lower_eh); 
   NEXT_PASS (pass_build_cfg); 
-  NEXT_PASS (pass_pre_expand);
+  NEXT_PASS (pass_lower_complex);
+  NEXT_PASS (pass_lower_vector);
   NEXT_PASS (pass_warn_function_return);
   NEXT_PASS (pass_tree_profile);
   *p = NULL;