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
97a4f671
Commit
97a4f671
authored
Sep 21, 2001
by
Richard Kenner
Committed by
Richard Kenner
Sep 21, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* integrate.c (allocate_initial_values): Eliminate unused arg warning.
From-SVN: r45729
parent
2cc222d3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/integrate.c
+1
-1
No files found.
gcc/ChangeLog
View file @
97a4f671
Fri
Sep
21
11
:
20
:
12
2001
Richard
Kenner
<
kenner
@vlsi1
.
ultra
.
nyu
.
edu
>
*
integrate
.
c
(
allocate_initial_values
)
:
Eliminate
unused
arg
warning
.
21
-
09
-
2001
Richard
Earnshaw
(
reanrsha
@arm
.
com
)
*
cfgcleanup
.
c
(
flow_find_cross_jump
)
:
Delete
any
REG_EQUAL
notes
...
...
gcc/integrate.c
View file @
97a4f671
...
...
@@ -3070,7 +3070,7 @@ emit_initial_value_sets ()
register initial values, register these allocations now. */
void
allocate_initial_values
(
reg_equiv_memory_loc
)
rtx
*
reg_equiv_memory_loc
;
rtx
*
reg_equiv_memory_loc
ATTRIBUTE_UNUSED
;
{
#ifdef ALLOCATE_INITIAL_VALUE
struct
initial_value_struct
*
ivs
=
cfun
->
hard_reg_initial_vals
;
...
...
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