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
2758481d
Commit
2758481d
authored
Mar 08, 1992
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
From-SVN: r418
parent
86f8eff3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
gcc/reload1.c
+10
-0
No files found.
gcc/reload1.c
View file @
2758481d
...
...
@@ -3260,6 +3260,16 @@ reload_as_needed (first, live_known)
}
#endif
/* SMALL_REGISTER_CLASSES */
/* If this is a USE and CLOBBER of a MEM, ensure that any
references to eliminable registers have been removed. */
if
((
GET_CODE
(
PATTERN
(
insn
))
==
USE
||
GET_CODE
(
PATTERN
(
insn
))
==
CLOBBER
)
&&
GET_CODE
(
XEXP
(
PATTERN
(
insn
),
0
))
==
MEM
)
XEXP
(
XEXP
(
PATTERN
(
insn
),
0
),
0
)
=
eliminate_regs
(
XEXP
(
XEXP
(
PATTERN
(
insn
),
0
),
0
),
GET_MODE
(
XEXP
(
PATTERN
(
insn
),
0
)),
0
);
/* If we need to do register elimination processing, do so.
This might delete the insn, in which case we are done. */
if
(
num_eliminable
&&
GET_MODE
(
insn
)
==
QImode
)
...
...
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