Looking at http vs https links I noticed that this page has a self
reference, which we can simply remove.

This way we can omit the http->https conversion altogether.

Applied.

Gerald

Index: projects/sched-treegion.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/sched-treegion.html,v
retrieving revision 1.6
diff -u -r1.6 sched-treegion.html
--- projects/sched-treegion.html        7 Mar 2010 23:07:30 -0000       1.6
+++ projects/sched-treegion.html        27 Jun 2014 20:28:28 -0000
@@ -33,9 +33,7 @@
 of the implementation of an architecture-independent, aggressive global 
 instruction scheduler based on Treegions. We also present a technique for 
 efficiently tail duplicating treegions considering the tradeoff between 
-codes size and ILP. Information about the branch can be found at 
-<a href="http://gcc.gnu.org/projects/sched-treegion.html";>
-http://gcc.gnu.org/projects/sched-treegion.html</a>.  The implementation 
+codes size and ILP.  The implementation 
 currently resides on the sched-treegion-branch.</p>
 
 <h2><a name="tree_form">Natural Treegion Formation</a></h2>

Reply via email to