Commit 708bde14 by Kazu Hirata Committed by Kazu Hirata

* cfganal.c: Fix a reference to Harvey's paper.

From-SVN: r94126
parent edd517b1
...@@ -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
......
...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment