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
255cf280
Commit
255cf280
authored
Mar 30, 1994
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(reload): Fix typo in previous change.
From-SVN: r6929
parent
a5d54cc5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
gcc/reload1.c
+4
-4
No files found.
gcc/reload1.c
View file @
255cf280
...
...
@@ -1158,10 +1158,10 @@ reload (first, global, dumpfile)
if
(
size
==
1
)
for
(
j
=
0
;
j
<
n_reloads
;
j
++
)
if
((
CLASS_MAX_NREGS
(
reload_reg_class
[
j
],
(
GET_MODE_SIZE
(
reload_outmode
[
i
])
>
GET_MODE_SIZE
(
reload_inmode
[
i
]))
?
reload_outmode
[
i
]
:
reload_inmode
[
i
])
(
GET_MODE_SIZE
(
reload_outmode
[
j
])
>
GET_MODE_SIZE
(
reload_inmode
[
j
]))
?
reload_outmode
[
j
]
:
reload_inmode
[
j
])
>
1
)
&&
reloads_conflict
(
i
,
j
)
&&
reg_classes_intersect_p
(
class
,
...
...
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