Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
9ddca353
Commit
9ddca353
authored
Jul 14, 1997
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(rest_of_compilation): Call regset_release_memory.
From-SVN: r14427
parent
6ed545b1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
gcc/toplev.c
+4
-0
No files found.
gcc/toplev.c
View file @
9ddca353
...
...
@@ -151,6 +151,7 @@ extern void init_reg_sets ();
extern
void
dump_flow_info
();
extern
void
dump_sched_info
();
extern
void
dump_local_alloc
();
extern
void
regset_release_memory
();
void
rest_of_decl_compilation
();
void
error_with_file_and_line
PVPROTO
((
char
*
file
,
int
line
,
char
*
s
,
...));
...
...
@@ -3471,6 +3472,9 @@ rest_of_compilation (decl)
final_end_function
(
insns
,
asm_out_file
,
optimize
);
assemble_end_function
(
decl
,
fnname
);
fflush
(
asm_out_file
);
/* Release all memory held by regsets now */
regset_release_memory
();
});
/* Write DBX symbols if requested */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment