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
53ac8a7b
Commit
53ac8a7b
authored
Feb 13, 1996
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(reload): Make some non-group code no longer conditional on
SMALL_REGISTER_CLASSES. From-SVN: r11262
parent
27b6c442
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
gcc/reload1.c
+0
-5
No files found.
gcc/reload1.c
View file @
53ac8a7b
...
@@ -1818,10 +1818,6 @@ reload (first, global, dumpfile)
...
@@ -1818,10 +1818,6 @@ reload (first, global, dumpfile)
while
(
max_needs
[
class
]
>
0
||
max_nongroups
[
class
]
>
0
)
while
(
max_needs
[
class
]
>
0
||
max_nongroups
[
class
]
>
0
)
{
{
#ifdef SMALL_REGISTER_CLASSES
/* This should be right for all machines, but only the 386
is known to need it, so this conditional plays safe.
??? For 2.5, try making this unconditional. */
/* If we spilled enough regs, but they weren't counted
/* If we spilled enough regs, but they weren't counted
against the non-group need, see if we can count them now.
against the non-group need, see if we can count them now.
If so, we can avoid some actual spilling. */
If so, we can avoid some actual spilling. */
...
@@ -1845,7 +1841,6 @@ reload (first, global, dumpfile)
...
@@ -1845,7 +1841,6 @@ reload (first, global, dumpfile)
}
}
if
(
max_needs
[
class
]
<=
0
&&
max_nongroups
[
class
]
<=
0
)
if
(
max_needs
[
class
]
<=
0
&&
max_nongroups
[
class
]
<=
0
)
break
;
break
;
#endif
/* Consider the potential reload regs that aren't
/* Consider the potential reload regs that aren't
yet in use as reload regs, in order of preference.
yet in use as reload regs, in order of preference.
...
...
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