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
c3dfacf0
Commit
c3dfacf0
authored
Nov 02, 1999
by
Bernd Schmidt
Committed by
Bernd Schmidt
Nov 02, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Delete two useless declarations.
From-SVN: r30351
parent
b5ee7789
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
gcc/ChangeLog
+4
-0
gcc/cse.c
+0
-3
No files found.
gcc/ChangeLog
View file @
c3dfacf0
Tue
Nov
2
16
:
57
:
22
1999
Bernd
Schmidt
<
bernds
@cygnus
.
co
.
uk
>
*
cse
.
c
(
simplify_plus_minus
,
check_fold_const
)
:
Delete
declarations
.
Tue
Nov
2
09
:
43
:
00
1999
Catherine
Moore
<
clm
@cygnus
.
com
>
Tue
Nov
2
09
:
43
:
00
1999
Catherine
Moore
<
clm
@cygnus
.
com
>
*
Makefile
.
in
(
genattrtab
)
:
Don
'
t
use
(
HOST_RTLANAL
).
*
Makefile
.
in
(
genattrtab
)
:
Don
'
t
use
(
HOST_RTLANAL
).
...
...
gcc/cse.c
View file @
c3dfacf0
...
@@ -687,8 +687,6 @@ static void find_best_addr PROTO((rtx, rtx *));
...
@@ -687,8 +687,6 @@ static void find_best_addr PROTO((rtx, rtx *));
static
enum
rtx_code
find_comparison_args
PROTO
((
enum
rtx_code
,
rtx
*
,
rtx
*
,
static
enum
rtx_code
find_comparison_args
PROTO
((
enum
rtx_code
,
rtx
*
,
rtx
*
,
enum
machine_mode
*
,
enum
machine_mode
*
,
enum
machine_mode
*
));
enum
machine_mode
*
));
static
rtx
simplify_plus_minus
PROTO
((
enum
rtx_code
,
enum
machine_mode
,
rtx
,
rtx
));
static
rtx
fold_rtx
PROTO
((
rtx
,
rtx
));
static
rtx
fold_rtx
PROTO
((
rtx
,
rtx
));
static
rtx
equiv_constant
PROTO
((
rtx
));
static
rtx
equiv_constant
PROTO
((
rtx
));
static
void
record_jump_equiv
PROTO
((
rtx
,
int
));
static
void
record_jump_equiv
PROTO
((
rtx
,
int
));
...
@@ -708,7 +706,6 @@ static void cse_set_around_loop PROTO((rtx, rtx, rtx));
...
@@ -708,7 +706,6 @@ static void cse_set_around_loop PROTO((rtx, rtx, rtx));
static
rtx
cse_basic_block
PROTO
((
rtx
,
rtx
,
struct
branch_path
*
,
int
));
static
rtx
cse_basic_block
PROTO
((
rtx
,
rtx
,
struct
branch_path
*
,
int
));
static
void
count_reg_usage
PROTO
((
rtx
,
int
*
,
rtx
,
int
));
static
void
count_reg_usage
PROTO
((
rtx
,
int
*
,
rtx
,
int
));
extern
void
dump_class
PROTO
((
struct
table_elt
*
));
extern
void
dump_class
PROTO
((
struct
table_elt
*
));
static
void
check_fold_consts
PROTO
((
PTR
));
static
struct
cse_reg_info
*
get_cse_reg_info
PROTO
((
int
));
static
struct
cse_reg_info
*
get_cse_reg_info
PROTO
((
int
));
static
unsigned
int
hash_cse_reg_info
PROTO
((
hash_table_entry_t
));
static
unsigned
int
hash_cse_reg_info
PROTO
((
hash_table_entry_t
));
static
int
cse_reg_info_equal_p
PROTO
((
hash_table_entry_t
,
static
int
cse_reg_info_equal_p
PROTO
((
hash_table_entry_t
,
...
...
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