[llvm-commits] CVS: llvm-www/OpenProjects.html

Owen Anderson resistor at mac.com
Tue Mar 6 21:31:57 PST 2007



Changes in directory llvm-www:

OpenProjects.html updated: 1.20 -> 1.21
---
Log message:

Fix broken link.


---
Diffs of the changes:  (+2 -2)

 OpenProjects.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm-www/OpenProjects.html
diff -u llvm-www/OpenProjects.html:1.20 llvm-www/OpenProjects.html:1.21
--- llvm-www/OpenProjects.html:1.20	Tue Mar  6 15:49:19 2007
+++ llvm-www/OpenProjects.html	Tue Mar  6 23:31:39 2007
@@ -186,7 +186,7 @@
 would be nice to have a transformation which could be "required" by these passes
 which makes irreducible graphs reducible.  This can easily be accomplished
 through code duplication.  See <a
-href="http://citeseer.nj.nec.com/janssen97making.html">Making Graphs Reducible
+href="http://citeseer.ist.psu.edu/janssen97making.html">Making Graphs Reducible
 with Controlled Node Splitting</a> and perhaps <a
 href="http://doi.acm.org/10.1145/262004.262005">Nesting of Reducible and
 Irreducible Loops</a>.</li>
@@ -375,7 +375,7 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
 
   <a href="http://llvm.org">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2007/03/06 21:49:19 $
+  Last modified: $Date: 2007/03/07 05:31:39 $
 </address>
 
 <!--#include virtual="footer.incl" -->






More information about the llvm-commits mailing list