Commit 5f537f6c by Richard Henderson Committed by Richard Henderson

* gcse.c (delete_null_pointer_checks): Returns void.

From-SVN: r29904
parent cb469a0a
Mon Oct 11 16:07:49 1999 Richard Henderson <rth@cygnus.com>
* gcse.c (delete_null_pointer_checks): Returns void.
Mon Oct 11 20:31:51 1999 Bernd Schmidt <bernds@cygnus.co.uk>
* rtl.c (copy_rtx): Don't use accessor macros to copy fields.
......
......@@ -4935,7 +4935,7 @@ delete_null_pointer_checks (f)
{
/* Free storage allocated by find_basic_blocks. */
free_basic_block_vars (0);
return 0;
return;
}
/* We need predecessor/successor lists as well as pred/succ counts for
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment