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
cfb2c0b1
Commit
cfb2c0b1
authored
Oct 20, 1992
by
Jim Wilson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change global-alloc.c to global.c.
From-SVN: r2537
parent
c0524a34
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
gcc/flow.c
+1
-1
gcc/regs.h
+1
-1
No files found.
gcc/flow.c
View file @
cfb2c0b1
...
@@ -201,7 +201,7 @@ int *reg_n_calls_crossed;
...
@@ -201,7 +201,7 @@ int *reg_n_calls_crossed;
-1 is used to mark a pseudo reg which has a constant or memory equivalent
-1 is used to mark a pseudo reg which has a constant or memory equivalent
and is used infrequently enough that it should not get a hard register.
and is used infrequently enough that it should not get a hard register.
-2 is used to mark a pseudo reg for a parameter, when a frame pointer
-2 is used to mark a pseudo reg for a parameter, when a frame pointer
is not required. global
-alloc
.c makes an allocno for this but does
is not required. global.c makes an allocno for this but does
not try to assign a hard register to it. */
not try to assign a hard register to it. */
int
*
reg_live_length
;
int
*
reg_live_length
;
...
...
gcc/regs.h
View file @
cfb2c0b1
...
@@ -84,7 +84,7 @@ extern int *reg_n_calls_crossed;
...
@@ -84,7 +84,7 @@ extern int *reg_n_calls_crossed;
-1 is used to mark a pseudo reg which has a constant or memory equivalent
-1 is used to mark a pseudo reg which has a constant or memory equivalent
and is used infrequently enough that it should not get a hard register.
and is used infrequently enough that it should not get a hard register.
-2 is used to mark a pseudo reg for a parameter, when a frame pointer
-2 is used to mark a pseudo reg for a parameter, when a frame pointer
is not required. global
-alloc
.c makes an allocno for this but does
is not required. global.c makes an allocno for this but does
not try to assign a hard register to it. */
not try to assign a hard register to it. */
extern
int
*
reg_live_length
;
extern
int
*
reg_live_length
;
...
...
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