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
237228c0
Commit
237228c0
authored
Oct 07, 1998
by
Bernd Schmidt
Committed by
Jeff Law
Oct 07, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* loop.c (count_one_set): Add prototype.
From-SVN: r22886
parent
b0c24c26
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
gcc/ChangeLog
+2
-0
gcc/loop.c
+2
-0
No files found.
gcc/ChangeLog
View file @
237228c0
...
...
@@ -21,6 +21,8 @@ Wed Oct 7 02:27:52 1998 Jeffrey A Law (law@cygnus.com)
Wed
Oct
7
01
:
08
:
43
1998
Bernd
Schmidt
<
crux
@Pool
.
Informatik
.
RWTH
-
Aachen
.
DE
>
*
loop
.
c
(
count_one_set
)
:
Add
prototype
.
*
caller
-
save
.
c
(
restore_referenced_regs
)
:
Lose
mode
argument
.
(
insert_save
)
:
Lose
mode
argument
.
(
insert_restore
)
:
Lose
mode
argument
.
...
...
gcc/loop.c
View file @
237228c0
...
...
@@ -291,6 +291,8 @@ static int reg_in_basic_block_p PROTO((rtx, rtx));
static
int
consec_sets_invariant_p
PROTO
((
rtx
,
int
,
rtx
));
static
rtx
libcall_other_reg
PROTO
((
rtx
,
rtx
));
static
int
labels_in_range_p
PROTO
((
rtx
,
int
));
static
void
count_one_set
PROTO
((
rtx
,
rtx
,
varray_type
,
rtx
*
));
static
void
count_loop_regs_set
PROTO
((
rtx
,
rtx
,
varray_type
,
varray_type
,
int
*
,
int
));
static
void
note_addr_stored
PROTO
((
rtx
,
rtx
));
...
...
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