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
913db40d
Commit
913db40d
authored
Jun 05, 1997
by
Michael Meissner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove cygnus local stuff
From-SVN: r14152
parent
d3124213
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
gcc/flow.c
+2
-3
No files found.
gcc/flow.c
View file @
913db40d
...
...
@@ -267,8 +267,7 @@ static void find_auto_inc PROTO((regset, rtx, rtx));
static
void
mark_used_regs
PROTO
((
regset
,
regset
,
rtx
,
int
,
rtx
));
static
int
try_pre_increment_1
PROTO
((
rtx
));
static
int
try_pre_increment
PROTO
((
rtx
,
rtx
,
HOST_WIDE_INT
));
/* CYGNUS LOCAL: regmove/amylaar */
/* find_use_as_address non-static */
rtx
find_use_as_address
PROTO
((
rtx
,
rtx
,
HOST_WIDE_INT
));
static
rtx
find_use_as_address
PROTO
((
rtx
,
rtx
,
HOST_WIDE_INT
));
void
dump_flow_info
PROTO
((
FILE
*
));
/* Find basic blocks of the current function and perform data flow analysis.
...
...
@@ -2735,7 +2734,7 @@ try_pre_increment (insn, reg, amount)
If REG appears more than once, or is used other than in such an address,
return (rtx)1. */
rtx
/* CYGNUS LOCAL: regmove/amylaar */
/* find_use_as_address non-static */
static
rtx
find_use_as_address
(
x
,
reg
,
plusconst
)
register
rtx
x
;
rtx
reg
;
...
...
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