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
25e48d20
Commit
25e48d20
authored
Feb 12, 1996
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(save_for_inline_copying): Put virtual regs into new regno_reg_rtx copy.
From-SVN: r11208
parent
87fd1847
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
gcc/integrate.c
+6
-0
No files found.
gcc/integrate.c
View file @
25e48d20
...
@@ -478,6 +478,12 @@ save_for_inline_copying (fndecl)
...
@@ -478,6 +478,12 @@ save_for_inline_copying (fndecl)
regno_reg_rtx
=
reg_map
;
regno_reg_rtx
=
reg_map
;
/* Put copies of all the virtual register rtx into the new regno_reg_rtx. */
regno_reg_rtx
[
VIRTUAL_INCOMING_ARGS_REGNUM
]
=
virtual_incoming_args_rtx
;
regno_reg_rtx
[
VIRTUAL_STACK_VARS_REGNUM
]
=
virtual_stack_vars_rtx
;
regno_reg_rtx
[
VIRTUAL_STACK_DYNAMIC_REGNUM
]
=
virtual_stack_dynamic_rtx
;
regno_reg_rtx
[
VIRTUAL_OUTGOING_ARGS_REGNUM
]
=
virtual_outgoing_args_rtx
;
/* Likewise each label rtx must have a unique rtx as its copy. */
/* Likewise each label rtx must have a unique rtx as its copy. */
label_map
=
(
rtx
*
)
alloca
((
max_labelno
-
min_labelno
)
*
sizeof
(
rtx
));
label_map
=
(
rtx
*
)
alloca
((
max_labelno
-
min_labelno
)
*
sizeof
(
rtx
));
...
...
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