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
ca9398d1
Commit
ca9398d1
authored
Feb 05, 2003
by
Roger Sayle
Committed by
Roger Sayle
Feb 05, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* cfgloop.h (flow_bb_inside_loop_p): Correct prototype again.
From-SVN: r62447
parent
4f6ae35d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/cfgloop.h
+2
-2
No files found.
gcc/ChangeLog
View file @
ca9398d1
2002
-
02
-
05
Roger
Sayle
<
roger
@eyesopen
.
com
>
*
cfgloop
.
h
(
flow_bb_inside_loop_p
)
:
Correct
prototype
again
.
2003
-
02
-
05
Jakub
Jelinek
<
jakub
@redhat
.
com
>
2003
-
02
-
05
Jakub
Jelinek
<
jakub
@redhat
.
com
>
PR
optimization
/
8555
PR
optimization
/
8555
...
...
gcc/cfgloop.h
View file @
ca9398d1
/* Natural loop functions
/* Natural loop functions
Copyright (C) 1987, 1997, 1998, 1999, 2000, 2001, 2002
Copyright (C) 1987, 1997, 1998, 1999, 2000, 2001, 2002
, 2003
Free Software Foundation, Inc.
Free Software Foundation, Inc.
This file is part of GCC.
This file is part of GCC.
...
@@ -275,7 +275,7 @@ extern bool flow_loop_outside_edge_p PARAMS ((const struct loop *, edge));
...
@@ -275,7 +275,7 @@ extern bool flow_loop_outside_edge_p PARAMS ((const struct loop *, edge));
extern
bool
flow_loop_nested_p
PARAMS
((
const
struct
loop
*
,
extern
bool
flow_loop_nested_p
PARAMS
((
const
struct
loop
*
,
const
struct
loop
*
));
const
struct
loop
*
));
extern
bool
flow_bb_inside_loop_p
PARAMS
((
const
struct
loop
*
,
extern
bool
flow_bb_inside_loop_p
PARAMS
((
const
struct
loop
*
,
basic_block
));
const
basic_block
));
extern
struct
loop
*
find_common_loop
PARAMS
((
struct
loop
*
,
struct
loop
*
));
extern
struct
loop
*
find_common_loop
PARAMS
((
struct
loop
*
,
struct
loop
*
));
extern
int
num_loop_insns
PARAMS
((
struct
loop
*
));
extern
int
num_loop_insns
PARAMS
((
struct
loop
*
));
extern
int
average_num_loop_insns
PARAMS
((
struct
loop
*
));
extern
int
average_num_loop_insns
PARAMS
((
struct
loop
*
));
...
...
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