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
708bde14
Commit
708bde14
authored
Jan 23, 2005
by
Kazu Hirata
Committed by
Kazu Hirata
Jan 23, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* cfganal.c: Fix a reference to Harvey's paper.
From-SVN: r94126
parent
edd517b1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
gcc/ChangeLog
+2
-0
gcc/cfganal.c
+1
-1
No files found.
gcc/ChangeLog
View file @
708bde14
...
@@ -2,6 +2,8 @@
...
@@ -2,6 +2,8 @@
* flow.c (regset_bytes, regset_size): Remove.
* flow.c (regset_bytes, regset_size): Remove.
* cfganal.c: Fix a reference to Harvey's paper.
2005-01-23 Steven Bosscher <stevenb@suse.de>
2005-01-23 Steven Bosscher <stevenb@suse.de>
PR rtl-optimization/19464
PR rtl-optimization/19464
...
...
gcc/cfganal.c
View file @
708bde14
...
@@ -936,7 +936,7 @@ dfs_enumerate_from (basic_block bb, int reverse,
...
@@ -936,7 +936,7 @@ dfs_enumerate_from (basic_block bb, int reverse,
/* Compute dominance frontiers, ala Harvey, Ferrante, et al.
/* Compute dominance frontiers, ala Harvey, Ferrante, et al.
This algorithm can be found in Timothy Harvey's PhD thesis, at
This algorithm can be found in Timothy Harvey's PhD thesis, at
http://www.cs.rice.edu/~harv/
thesis
.pdf in the section on iterative
http://www.cs.rice.edu/~harv/
dissertation
.pdf in the section on iterative
dominance algorithms.
dominance algorithms.
First, we identify each join point, j (any node with more than one
First, we identify each join point, j (any node with more than one
...
...
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