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
358ecb10
Commit
358ecb10
authored
Dec 19, 2002
by
Roger Sayle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* basic-block.h (flow_bb_inside_loop_p): Correct prototype.
From-SVN: r60279
parent
50cb9059
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
gcc/ChangeLog
+5
-1
gcc/basic-block.h
+4
-2
No files found.
gcc/ChangeLog
View file @
358ecb10
2002
-
12
-
18
Roger
Sayle
<
roger
@eyesopen
.
com
>
*
basic
-
block
.
h
(
flow_bb_inside_loop_p
)
:
Correct
prototype
.
2002
-
12
-
18
Aldy
Hernandez
<
aldyh
@redhat
.
com
>
*
config
/
rs6000
/
altivec
.
h
(
vec_cmplt
macro
)
:
Reverse
arguments
in
macro
.
(
vec_cmplt
C
++
functions
)
:
Reverse
arguments
.
2002
-
1
1
-
18
Geoffrey
Keating
<
geoffk
@apple
.
com
>
2002
-
1
2
-
18
Geoffrey
Keating
<
geoffk
@apple
.
com
>
*
config
/
rs6000
/
t
-
rs6000
:
Move
contents
to
t
-
fprules
,
add
rules
for
dependencies
of
rs6000
.
o
and
to
build
rs6000
-
c
.
o
...
...
gcc/basic-block.h
View file @
358ecb10
...
...
@@ -752,8 +752,10 @@ extern void free_aux_for_edges PARAMS ((void));
it being unused. */
extern
void
verify_flow_info
PARAMS
((
void
));
extern
bool
flow_loop_outside_edge_p
PARAMS
((
const
struct
loop
*
,
edge
));
extern
bool
flow_loop_nested_p
PARAMS
((
const
struct
loop
*
,
const
struct
loop
*
));
extern
bool
flow_bb_inside_loop_p
PARAMS
((
const
struct
loop
*
,
basic_block
));
extern
bool
flow_loop_nested_p
PARAMS
((
const
struct
loop
*
,
const
struct
loop
*
));
extern
bool
flow_bb_inside_loop_p
PARAMS
((
const
struct
loop
*
,
const
basic_block
));
extern
basic_block
*
get_loop_body
PARAMS
((
const
struct
loop
*
));
extern
int
dfs_enumerate_from
PARAMS
((
basic_block
,
int
,
bool
(
*
)(
basic_block
,
void
*
),
...
...
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