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
7ef701a8
Commit
7ef701a8
authored
Aug 24, 2006
by
Jan Hubicka
Committed by
Jan Hubicka
Aug 24, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* reload1.c (emit_reload_insns): Fix yet another typo in my patch.
From-SVN: r116384
parent
b8caf93e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/reload1.c
+1
-1
No files found.
gcc/ChangeLog
View file @
7ef701a8
2006
-
08
-
24
Jan
Hubicka
<
jh
@suse
.
cz
>
*
reload1
.
c
(
emit_reload_insns
)
:
Fix
yet
another
typo
in
my
patch
.
2006
-
08
-
24
Jan
Hubicka
<
jh
@suse
.
cz
>
PR
debug
/
26881
*
cgraph
.
c
:
Fix
comments
.
(
cgraph_varpool_mark_needed_node
)
:
Mark
only
variables
not
already
...
...
gcc/reload1.c
View file @
7ef701a8
...
...
@@ -7394,7 +7394,7 @@ emit_reload_insns (struct insn_chain *chain)
REGNO
(
rld
[
r
].
in
)))
||
(
REG_P
(
rld
[
r
].
in_reg
)
&&
!
REGNO_REG_SET_P
(
&
reg_has_output_reload
,
REGNO
(
rld
[
r
].
in
))))
REGNO
(
rld
[
r
].
in
_reg
))))
&&
!
reg_set_p
(
rld
[
r
].
reg_rtx
,
PATTERN
(
insn
)))
{
int
nregno
;
...
...
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