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
a229128d
Commit
a229128d
authored
Apr 01, 1995
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(push_reload): Initialize secondary_{in,out}_icode.
From-SVN: r9282
parent
665bf351
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
gcc/reload.c
+2
-1
No files found.
gcc/reload.c
View file @
a229128d
...
...
@@ -725,7 +725,8 @@ push_reload (in, out, inloc, outloc, class,
int
dont_share
=
0
;
rtx
*
in_subreg_loc
=
0
,
*
out_subreg_loc
=
0
;
int
secondary_in_reload
=
-
1
,
secondary_out_reload
=
-
1
;
enum
insn_code
secondary_in_icode
,
secondary_out_icode
;
enum
insn_code
secondary_in_icode
=
CODE_FOR_nothing
;
enum
insn_code
secondary_out_icode
=
CODE_FOR_nothing
;
/* INMODE and/or OUTMODE could be VOIDmode if no mode
has been specified for the operand. In that case,
...
...
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