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
31c21e0c
Commit
31c21e0c
authored
Apr 23, 1997
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(push_reload): Fix last argument of the call to find_dummy_reload.
From-SVN: r13962
parent
667d88ab
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
gcc/reload.c
+1
-1
No files found.
gcc/reload.c
View file @
31c21e0c
...
...
@@ -1380,7 +1380,7 @@ push_reload (in, out, inloc, outloc, class,
reload_reg_rtx
[
i
]
=
find_dummy_reload
(
in
,
out
,
inloc
,
outloc
,
inmode
,
outmode
,
reload_reg_class
[
i
],
i
,
reload_earlyclobbers
[
i
]
!=
NULL
);
earlyclobber_operand_p
(
out
)
);
/* If the outgoing register already contains the same value
as the incoming one, we can dispense with loading it.
...
...
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