aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfganal.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2005-01-23 20:13:00 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2005-01-23 20:13:00 +0000
commit708bde14eaf5568ecc2fdb23a4cb15762f117f7c (patch)
tree740da495c9d3123cbfdbe5c90cebd1fa40a69f56 /gcc/cfganal.c
parentedd517b1c5e1f43cd23d0dc5508dc6080043be7e (diff)
downloadgcc-708bde14eaf5568ecc2fdb23a4cb15762f117f7c.zip
gcc-708bde14eaf5568ecc2fdb23a4cb15762f117f7c.tar.gz
gcc-708bde14eaf5568ecc2fdb23a4cb15762f117f7c.tar.bz2
* cfganal.c: Fix a reference to Harvey's paper.
From-SVN: r94126
Diffstat (limited to 'gcc/cfganal.c')
-rw-r--r--gcc/cfganal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cfganal.c b/gcc/cfganal.c
index 3aa774f..f232253 100644
--- a/gcc/cfganal.c
+++ b/gcc/cfganal.c
@@ -936,7 +936,7 @@ dfs_enumerate_from (basic_block bb, int reverse,
/* Compute dominance frontiers, ala Harvey, Ferrante, et al.
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.
First, we identify each join point, j (any node with more than one