* gcse.c (delete_null_pointer_checks): Returns void.
authorRichard Henderson <rth@cygnus.com>
Mon, 11 Oct 1999 23:22:41 +0000 (16:22 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Mon, 11 Oct 1999 23:22:41 +0000 (16:22 -0700)
From-SVN: r29904

gcc/ChangeLog
gcc/gcse.c

index 4b6c13a..49231ee 100644 (file)
@@ -1,3 +1,7 @@
+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.
index cc9d266..d660a49 100644 (file)
@@ -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