cleanup of the CFG when not optimizing.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54667
138bc75d-0d04-0410-961f-
82ee72b054a4
+2002-06-16 Jeff Law <law@redhat.com>
+
+ * toplev.c (rest_of_compilation): Perform a simpler, less costly
+ cleanup of the CFG when not optimizing.
+
2002-06-16 Alan Modra <amodra@bigpond.net.au>
* gcc.c (main): Correct startfile_prefix_spec check.
}
timevar_push (TV_JUMP);
- cleanup_cfg (CLEANUP_EXPENSIVE | CLEANUP_PRE_LOOP);
+ cleanup_cfg (optimize ? CLEANUP_EXPENSIVE | CLEANUP_PRE_LOOP: 0);
/* Try to identify useless null pointer tests and delete them. */
if (flag_delete_null_pointer_checks)