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
de16a5b6
Commit
de16a5b6
authored
Jun 27, 2005
by
Jakub Jelinek
Committed by
Jakub Jelinek
Jun 27, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* regrename.c (copy_value): Fix comment.
From-SVN: r101351
parent
fd5431bc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+2
-0
gcc/regrename.c
+3
-1
No files found.
gcc/ChangeLog
View file @
de16a5b6
2005-06-27 Jakub Jelinek <jakub@redhat.com>
* regrename.c (copy_value): Fix comment.
* toplev.c (process_options): Use if (FRAME_GROWS_DOWNWARD)
instead of preprocessor conditionals.
...
...
gcc/regrename.c
View file @
de16a5b6
...
...
@@ -1225,7 +1225,9 @@ copy_value (rtx dest, rtx src, struct value_data *vd)
if
(
frame_pointer_needed
&&
dr
==
HARD_FRAME_POINTER_REGNUM
)
return
;
/* Likewise for fixed or global registers. */
/* Do not propagate copies to fixed or global registers, patterns
can be relying to see particular fixed register or users can
expect the chosen global register in asm. */
if
(
fixed_regs
[
dr
]
||
global_regs
[
dr
])
return
;
...
...
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