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
dd6d68a9
Commit
dd6d68a9
authored
Oct 06, 1999
by
Kaveh R. Ghazi
Committed by
Kaveh Ghazi
Oct 06, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* flow.c (verify_flow_info): Make it extern & unconditionally define.
From-SVN: r29847
parent
129a720f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
6 deletions
+10
-6
gcc/ChangeLog
+4
-0
gcc/flow.c
+6
-6
No files found.
gcc/ChangeLog
View file @
dd6d68a9
Wed
Oct
6
17
:
17
:
08
1999
Kaveh
R
.
Ghazi
<
ghazi
@caip
.
rutgers
.
edu
>
*
flow
.
c
(
verify_flow_info
)
:
Make
it
extern
&
unconditionally
define
.
1999
-
10
-
06
Brendan
Kehoe
<
brendan
@cygnus
.
com
>
*
sparc
/
sp86x
-
elf
.
h
(
SUBTARGET_SWITCHES
)
:
Add
missing
doc
...
...
gcc/flow.c
View file @
dd6d68a9
...
...
@@ -354,15 +354,17 @@ static int maybe_add_dead_note PROTO ((rtx, rtx, rtx));
static
int
sets_reg_or_subreg
PROTO
((
rtx
,
rtx
));
static
void
update_n_sets
PROTO
((
rtx
,
int
));
static
void
new_insn_dead_notes
PROTO
((
rtx
,
rtx
,
rtx
,
rtx
,
rtx
,
rtx
));
#ifdef ENABLE_CHECKING
static
void
verify_flow_info
PROTO
((
void
));
#endif
static
void
split_hard_reg_notes
PROTO
((
rtx
,
rtx
,
rtx
,
rtx
));
static
rtx
find_insn_with_note
PROTO
((
rtx
,
rtx
,
rtx
));
static
void
sets_reg_or_subreg_1
PROTO
((
rtx
,
rtx
));
static
rtx
prepend_reg_notes
PROTO
((
rtx
,
rtx
));
static
void
remove_edge
PROTO
((
edge
));
static
void
remove_fake_successors
PROTO
((
basic_block
));
/* This function is always defined so it can be called from the
debugger, and it is declared extern so we don't get warnings about
it being unused. */
extern
void
verify_flow_info
PROTO
((
void
));
/* Find basic blocks of the current function.
F is the first insn of the function and NREGS the number of register
...
...
@@ -6480,8 +6482,7 @@ replace_insns (first, last, first_new, notes)
In future it can be extended check a lot of other stuff as well
(reachability of basic blocks, life information, etc. etc.). */
#ifdef ENABLE_CHECKING
static
void
void
verify_flow_info
()
{
const
int
max_uid
=
get_max_uid
();
...
...
@@ -6684,7 +6685,6 @@ verify_flow_info ()
x
=
NEXT_INSN
(
x
);
}
}
#endif
/* Functions to access an edge list with a vector representation.
Enough data is kept such that given an index number, the
...
...
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