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
cf9c6ca5
Commit
cf9c6ca5
authored
May 06, 2004
by
Roger Sayle
Committed by
Roger Sayle
May 06, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* reload1.c (inherit_piecemeal_p): Mark parameters potentially unused.
From-SVN: r81554
parent
32dd2dc9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/reload1.c
+1
-1
No files found.
gcc/ChangeLog
View file @
cf9c6ca5
2004-05-05 Roger Sayle <roger@eyesopen.com>
* reload1.c (inherit_piecemeal_p): Mark parameters potentially unused.
2004-05-05 Ian Lance Taylor <ian@wasabisystems.com>
PR driver/9822
...
...
gcc/reload1.c
View file @
cf9c6ca5
...
...
@@ -6964,7 +6964,7 @@ do_output_reload (struct insn_chain *chain, struct reload *rl, int j)
the same number of registers to store the reload value. */
static
bool
inherit_piecemeal_p
(
int
r
,
int
regno
)
inherit_piecemeal_p
(
int
r
ATTRIBUTE_UNUSED
,
int
regno
ATTRIBUTE_UNUSED
)
{
#ifdef CANNOT_CHANGE_MODE_CLASS
return
(
!
REG_CANNOT_CHANGE_MODE_P
(
reload_spill_index
[
r
],
...
...
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