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
e50f5f3d
Commit
e50f5f3d
authored
24 years ago
by
Kaveh R. Ghazi
Committed by
Kaveh Ghazi
24 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* rs6000.c (rs6000_maybe_dead): Prototype.
From-SVN: r35522
parent
157229c3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
gcc/ChangeLog
+4
-0
gcc/config/rs6000/rs6000.c
+1
-0
No files found.
gcc/ChangeLog
View file @
e50f5f3d
2000-08-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* rs6000.c (rs6000_maybe_dead): Prototype.
2000-08-06 Richard Henderson <rth@cygnus.com>
* stmt.c (expand_goto): Do virtual_stack_vars_rtx replacement for
...
...
This diff is collapsed.
Click to expand it.
gcc/config/rs6000/rs6000.c
View file @
e50f5f3d
...
...
@@ -119,6 +119,7 @@ static int rs6000_sr_alias_set;
static
void
rs6000_add_gc_roots
PARAMS
((
void
));
static
int
num_insns_constant_wide
PARAMS
((
HOST_WIDE_INT
));
static
rtx
expand_block_move_mem
PARAMS
((
enum
machine_mode
,
rtx
,
rtx
));
static
void
rs6000_maybe_dead
PARAMS
((
rtx
));
static
void
rs6000_emit_stack_tie
PARAMS
((
void
));
static
void
rs6000_frame_related
PARAMS
((
rtx
,
rtx
,
HOST_WIDE_INT
,
rtx
,
rtx
));
static
void
rs6000_emit_allocate_stack
PARAMS
((
HOST_WIDE_INT
,
int
));
...
...
This diff is collapsed.
Click to expand it.
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