Makefile.in (targ): Fix target name check.
[gcc.git] / gcc / store-motion.c
index 2e57d32422c612f6d355c6378089c8f8c3d19d81..6fc072c38e664d9d08e83e8f86a4170c3fbcf1bd 100644 (file)
@@ -1249,6 +1249,6 @@ struct rtl_opt_pass pass_rtl_store_motion =
   0,                                    /* properties_destroyed */
   0,                                    /* todo_flags_start */
   TODO_df_finish | TODO_verify_rtl_sharing |
-  TODO_verify_flow | TODO_ggc_collect   /* todo_flags_finish */
+  TODO_verify_flow                      /* todo_flags_finish */
  }
 };