* toplev.c (compile_file): Temporarily revert last change.
authorJason Merrill <jason@yorick.cygnus.com>
Wed, 28 Oct 1998 02:38:57 +0000 (02:38 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 28 Oct 1998 02:38:57 +0000 (21:38 -0500)
From-SVN: r23391

gcc/ChangeLog
gcc/toplev.c

index 5d92c995b8decf745d11113fc145a08145bc7113..8e47c4a13e859f567f2db76eff14a346f4df2df4 100644 (file)
@@ -1,3 +1,7 @@
+Wed Oct 28 02:38:12 1998  Jason Merrill  <jason@yorick.cygnus.com>
+
+       * toplev.c (compile_file): Temporarily revert last change.
+
 Wed Oct 28 00:00:35 1998  Jason Merrill  <jason@yorick.cygnus.com>
 
        * c-typeck.c (convert_for_assignment): Parenthesize.
index 24b7c5ca9d125dbb8b8660ac5b84ea10784ea3e8..64ef43e4301d561788b63203db8cc0d6a2496eeb 100644 (file)
@@ -3067,7 +3067,6 @@ compile_file (name)
   ASM_FILE_END (asm_out_file);
 #endif
 
-
   /* Language-specific end of compilation actions.  */
  finish_syntax:
   lang_finish ();
@@ -3098,9 +3097,6 @@ compile_file (name)
       && (ferror (asm_out_file) != 0 || fclose (asm_out_file) != 0))
     fatal_io_error (asm_file_name);
 
-  /* Free up memory for the benefit of leak detectors.  */
-  allocate_reg_info (-1, 0, 0);
-
   /* Print the times.  */
 
   if (! quiet_flag)