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
6f04382a
Commit
6f04382a
authored
Nov 03, 1999
by
Jeffrey A Law
Committed by
Jeff Law
Nov 03, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* reload.c (find_reloads): Fix typos in recent change.
From-SVN: r30373
parent
1b3b5765
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
gcc/ChangeLog
+2
-0
gcc/reload.c
+3
-3
No files found.
gcc/ChangeLog
View file @
6f04382a
...
@@ -4,6 +4,8 @@ Wed Nov 3 12:12:59 1999 Bernd Schmidt <bernds@cygnus.co.uk>
...
@@ -4,6 +4,8 @@ Wed Nov 3 12:12:59 1999 Bernd Schmidt <bernds@cygnus.co.uk>
Wed
Nov
3
03
:
26
:
28
1999
Jeffrey
A
Law
(
law
@cygnus
.
com
)
Wed
Nov
3
03
:
26
:
28
1999
Jeffrey
A
Law
(
law
@cygnus
.
com
)
*
reload
.
c
(
find_reloads
)
:
Fix
typos
in
recent
change
.
*
dwarf2out
.
c
:
Do
not
include
ctype
.
h
.
*
dwarf2out
.
c
:
Do
not
include
ctype
.
h
.
Tue
Nov
2
21
:
53
:
44
1999
Richard
Kenner
<
kenner
@vlsi1
.
ultra
.
nyu
.
edu
>
Tue
Nov
2
21
:
53
:
44
1999
Richard
Kenner
<
kenner
@vlsi1
.
ultra
.
nyu
.
edu
>
...
...
gcc/reload.c
View file @
6f04382a
...
@@ -4109,9 +4109,9 @@ find_reloads (insn, replace, ind_levels, live_known, reload_reg_p)
...
@@ -4109,9 +4109,9 @@ find_reloads (insn, replace, ind_levels, live_known, reload_reg_p)
do after the insn (such as for output addresses) are fine. */
do after the insn (such as for output addresses) are fine. */
if
(
no_input_reloads
)
if
(
no_input_reloads
)
for
(
i
=
0
;
i
<
n_reloads
;
i
++
)
for
(
i
=
0
;
i
<
n_reloads
;
i
++
)
if
(
r
eload_in
[
i
]
!=
0
if
(
r
ld
[
i
].
in
!=
0
&&
r
eload_when_needed
[
i
]
!=
RELOAD_FOR_OUTADDR_ADDRESS
&&
r
ld
[
i
].
when_needed
!=
RELOAD_FOR_OUTADDR_ADDRESS
&&
r
eload_when_needed
[
i
]
!=
RELOAD_FOR_OUTPUT_ADDRESS
)
&&
r
ld
[
i
].
when_needed
!=
RELOAD_FOR_OUTPUT_ADDRESS
)
abort
();
abort
();
#endif
#endif
...
...
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