diff mbox

[wwwdocs] Fix reference in projets/cfg.html

Message ID alpine.LSU.2.20.1605281458100.2874@anthias.pfeifer.com
State New
Headers show

Commit Message

Gerald Pfeifer May 28, 2016, 1 p.m. UTC
Fix reference to "Accurate Static Branch Prediction by Value Range 
Propagation" in projects/cfg.html.

(It appears citeseer.ist.psu.edu has gone useless, more or less, so
there likely will be further fixes we'll need to make over time.)

Committed.

Gerald
diff mbox

Patch

Index: cfg.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/cfg.html,v
retrieving revision 1.20
diff -u -r1.20 cfg.html
--- cfg.html	30 Jun 2014 22:07:35 -0000	1.20
+++ cfg.html	28 May 2016 12:58:10 -0000
@@ -471,7 +471,7 @@ 
 <dt><a name="4">[4]</a></dt>
 
 <dd><a href=
-"http://citeseer.ist.psu.edu/patterson95accurate.html">Accurate
+"http://www.lighterra.com/papers/valuerangeprop/Patterson1995-ValueRangeProp.pdf">Accurate
 Static Branch Prediction by Value Range Propagation; Jason R. C.
 Patterson (jasonp@fit.qut.edu.au), 1995</a></dd>