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
05d10675
Commit
05d10675
authored
Sep 01, 1999
by
Bernd Schmidt
Committed by
Bernd Schmidt
Sep 01, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix indentation problems
From-SVN: r29027
parent
3b3958fc
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
6 deletions
+11
-6
gcc/ChangeLog
+5
-0
gcc/reload.c
+1
-1
gcc/reload1.c
+5
-5
No files found.
gcc/ChangeLog
View file @
05d10675
Wed
Sep
1
11
:
32
:
00
1999
Bernd
Schmidt
<
bernds
@cygnus
.
co
.
uk
>
*
reload1
.
c
:
Fix
many
indentation
problems
.
*
reload
.
c
:
Likewise
.
Tue
Aug
31
22
:
08
:
03
1999
Marc
Espie
<
espie
@cvs
.
openbsd
.
org
>
*
alias
.
c
(
non_local_reference_p
)
:
Constify
fmt
.
...
...
gcc/reload.c
View file @
05d10675
...
...
@@ -4392,7 +4392,7 @@ find_reloads_toplev (x, opnum, type, ind_levels, is_set_dest, insn)
if
(
reg_equiv_constant
[
regno
]
!=
0
&&
!
is_set_dest
)
x
=
reg_equiv_constant
[
regno
];
#if 0
/* This creates (subreg (mem...)) which would cause an unnecessary
/* This creates (subreg (mem...)) which would cause an unnecessary
reload of the mem. */
else if (reg_equiv_mem[regno] != 0)
x = reg_equiv_mem[regno];
...
...
gcc/reload1.c
View file @
05d10675
...
...
@@ -5231,7 +5231,7 @@ reload_reg_free_for_value_p (regno, opnum, type, value, out, reloadnum,
case
RELOAD_OTHER
:
time1
=
copy
?
1
:
MAX_RECOG_OPERANDS
*
5
+
5
;
break
;
/* For each input, we might
have a sequence of RELOAD_FOR_INPADDR_ADDRESS,
/* For each input, we may
have a sequence of RELOAD_FOR_INPADDR_ADDRESS,
RELOAD_FOR_INPUT_ADDRESS and RELOAD_FOR_INPUT. By adding 0 / 1 / 2 ,
respectively, to the time values for these, we get distinct time
values. To get distinct time values for each operand, we have to
...
...
@@ -5699,10 +5699,10 @@ choose_reload_regs (chain)
reload_spill_index
[
j
]
=
-
1
;
reload_mode
[
j
]
=
(
reload_inmode
[
j
]
==
VOIDmode
=
(
(
reload_inmode
[
j
]
==
VOIDmode
||
(
GET_MODE_SIZE
(
reload_outmode
[
j
])
>
GET_MODE_SIZE
(
reload_inmode
[
j
])))
?
reload_outmode
[
j
]
:
reload_inmode
[
j
]
;
?
reload_outmode
[
j
]
:
reload_inmode
[
j
])
;
reload_nregs
[
j
]
=
CLASS_MAX_NREGS
(
reload_reg_class
[
j
],
reload_mode
[
j
]);
...
...
@@ -7064,8 +7064,8 @@ emit_reload_insns (chain)
/* There doesn't seem to be any reason to restrict this to pseudos
and doing so loses in the case where we are copying from a
register of the wrong class. */
&& REGNO (spill_reg_stored_to[REGNO (reload_reg_rtx[j])])
>= FIRST_PSEUDO_REGISTER
&&
(
REGNO (spill_reg_stored_to[REGNO (reload_reg_rtx[j])])
>= FIRST_PSEUDO_REGISTER)
#endif
/* The insn might have already some references to stackslots
replaced by MEMs, while reload_out_reg still names the
...
...
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