summaryrefslogtreecommitdiff
path: root/gcc/toplev.c
diff options
context:
space:
mode:
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>1998-10-28 02:38:57 +0000
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>1998-10-28 02:38:57 +0000
commit11b49e934a16a0214d876e8a4db21e8a77f555eb (patch)
treea4694d9c60c2fdc5c26f09aa1efb6c670503f2d9 /gcc/toplev.c
parente8fcb740de55e1d47521f06e60c31a5daee43ac8 (diff)
downloadgcc-11b49e934a16a0214d876e8a4db21e8a77f555eb.tar.gz
* toplev.c (compile_file): Temporarily revert last change.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23391 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/toplev.c')
-rw-r--r--gcc/toplev.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c
index 24b7c5ca9d1..64ef43e4301 100644
--- a/gcc/toplev.c
+++ b/gcc/toplev.c
@@ -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)