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
620f2b17
Commit
620f2b17
authored
Nov 13, 2018
by
Alan Modra
Committed by
Alan Modra
Nov 13, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[RS6000] Comment fixes
* config/rs6000/rs6000.c (rs6000_emit_prologue): Comment fix. From-SVN: r266047
parent
21edd5af
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
gcc/ChangeLog
+1
-0
gcc/config/rs6000/rs6000.c
+1
-1
No files found.
gcc/ChangeLog
View file @
620f2b17
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
* config/rs6000/predicates.md (logical_const_operand),
* config/rs6000/predicates.md (logical_const_operand),
(logical_operand): Correct comment.
(logical_operand): Correct comment.
* config/rs6000/rs6000.c (rs6000_emit_prologue): Comment fix.
2018-11-13 Alan Modra <amodra@gmail.com>
2018-11-13 Alan Modra <amodra@gmail.com>
gcc/config/rs6000/rs6000.c
View file @
620f2b17
...
@@ -26724,7 +26724,7 @@ rs6000_emit_prologue (void)
...
@@ -26724,7 +26724,7 @@ rs6000_emit_prologue (void)
}
}
/* If we need to save CR, put it into r12 or r11. Choose r12 except when
/* If we need to save CR, put it into r12 or r11. Choose r12 except when
r12 will be needed by out-of-line gpr
restor
e. */
r12 will be needed by out-of-line gpr
sav
e. */
cr_save_regno
=
((
DEFAULT_ABI
==
ABI_AIX
||
DEFAULT_ABI
==
ABI_ELFv2
)
cr_save_regno
=
((
DEFAULT_ABI
==
ABI_AIX
||
DEFAULT_ABI
==
ABI_ELFv2
)
&&
!
(
strategy
&
(
SAVE_INLINE_GPRS
&&
!
(
strategy
&
(
SAVE_INLINE_GPRS
|
SAVE_NOINLINE_GPRS_SAVES_LR
))
|
SAVE_NOINLINE_GPRS_SAVES_LR
))
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