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
8a6b9b7f
Commit
8a6b9b7f
authored
Jul 20, 2003
by
Zdenek Dvorak
Committed by
Zdenek Dvorak
Jul 19, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* sched-rgn.c (find_rgns): Initialize current_edge correctly.
From-SVN: r69595
parent
026fe6c8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
gcc/ChangeLog
+4
-0
gcc/sched-rgn.c
+2
-1
No files found.
gcc/ChangeLog
View file @
8a6b9b7f
2003-07-19 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
* sched-rgn.c (find_rgns): Initialize current_edge correctly.
2003-07-19 Phil Edwards <pme@gcc.gnu.org>
* doc/makefile.texi (restrap, profiledbootstrap): Document targets.
...
...
gcc/sched-rgn.c
View file @
8a6b9b7f
...
...
@@ -618,7 +618,8 @@ find_rgns (struct edge_list *edge_list, dominance_info dom)
int
*
max_hdr
,
*
dfs_nr
,
*
stack
,
*
degree
;
char
no_loops
=
1
;
int
node
,
child
,
loop_head
,
i
,
head
,
tail
;
int
count
=
0
,
sp
,
idx
=
0
,
current_edge
=
out_edges
[
0
];
int
count
=
0
,
sp
,
idx
=
0
;
int
current_edge
=
out_edges
[
ENTRY_BLOCK_PTR
->
succ
->
dest
->
index
];
int
num_bbs
,
num_insns
,
unreachable
;
int
too_large_failure
;
basic_block
bb
;
...
...
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