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
64af12fd
Commit
64af12fd
authored
Jun 07, 1992
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
From-SVN: r1181
parent
c43f8fbd
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
gcc/reorg.c
+6
-2
No files found.
gcc/reorg.c
View file @
64af12fd
...
@@ -3510,8 +3510,8 @@ dbr_schedule (first, file)
...
@@ -3510,8 +3510,8 @@ dbr_schedule (first, file)
function. The condition code never is and memory always is. If the
function. The condition code never is and memory always is. If the
frame pointer is needed, it is and so is the stack pointer unless
frame pointer is needed, it is and so is the stack pointer unless
EXIT_IGNORE_STACK is non-zero. If the frame pointer is not needed, the
EXIT_IGNORE_STACK is non-zero. If the frame pointer is not needed, the
stack pointer is.
In addition, registers used to return the function
stack pointer is.
Registers used to return the function value are
value
are needed. */
needed. Registers holding global variables
are needed. */
end_of_function_needs
.
cc
=
0
;
end_of_function_needs
.
cc
=
0
;
end_of_function_needs
.
memory
=
1
;
end_of_function_needs
.
memory
=
1
;
...
@@ -3533,6 +3533,10 @@ dbr_schedule (first, file)
...
@@ -3533,6 +3533,10 @@ dbr_schedule (first, file)
mark_referenced_resources
(
current_function_return_rtx
,
mark_referenced_resources
(
current_function_return_rtx
,
&
end_of_function_needs
,
0
);
&
end_of_function_needs
,
0
);
for
(
i
=
0
;
i
<
FIRST_PSEUDO_REGISTER
;
i
++
)
if
(
global_regs
[
i
])
SET_HARD_REG_BIT
(
end_of_function_needs
.
regs
,
i
);
/* Show we haven't computed an end-of-function label yet. */
/* Show we haven't computed an end-of-function label yet. */
end_of_function_label
=
0
;
end_of_function_label
=
0
;
...
...
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