* 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 4b6c13a6f0cd97129df3e154d6bf8c470671cb9c..49231ee576fbb25a3e4dc53f0b89de86e469fb80 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 cc9d2666dfb2468f4059a7bd73be8f3bf17cfeec..d660a493dc147c4d8b16fd79fd3fdd4cf4a78696 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