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
34d0205f
Commit
34d0205f
authored
Apr 20, 1994
by
Doug Evans
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(compile_file): Call new function init_regs.
(main): Delete call to init_reg_sets_1. From-SVN: r7103
parent
961c4780
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
gcc/toplev.c
+2
-4
No files found.
gcc/toplev.c
View file @
34d0205f
...
...
@@ -102,6 +102,7 @@ extern void init_decl_processing ();
extern
void
init_obstacks
();
extern
void
init_tree_codes
();
extern
void
init_rtl
();
extern
void
init_regs
();
extern
void
init_optabs
();
extern
void
init_stmt
();
extern
void
init_reg_sets
();
...
...
@@ -2023,6 +2024,7 @@ compile_file (name)
/* Some of these really don't need to be called when generating bytecode,
but the options would have to be parsed first to know that. -bson */
init_rtl
();
init_regs
();
init_emit_once
(
debug_info_level
==
DINFO_LEVEL_NORMAL
||
debug_info_level
==
DINFO_LEVEL_VERBOSE
);
init_decl_processing
();
...
...
@@ -3842,10 +3844,6 @@ You Lose! You must define PREFERRED_DEBUGGING_TYPE!
print_switch_values
();
}
/* Now that register usage is specified, convert it to HARD_REG_SETs. */
if
(
!
output_bytecode
)
init_reg_sets_1
();
compile_file
(
filename
);
#ifndef OS2
...
...
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