[polly] r203456 - www: Fix link to Pluto
Tobias Grosser
tobias at grosser.es
Mon Mar 10 05:28:20 PDT 2014
Author: grosser
Date: Mon Mar 10 07:28:20 2014
New Revision: 203456
URL: http://llvm.org/viewvc/llvm-project?rev=203456&view=rev
Log:
www: Fix link to Pluto
Modified:
polly/trunk/www/get_started.html
Modified: polly/trunk/www/get_started.html
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/get_started.html?rev=203456&r1=203455&r2=203456&view=diff
==============================================================================
--- polly/trunk/www/get_started.html (original)
+++ polly/trunk/www/get_started.html Mon Mar 10 07:28:20 2014
@@ -154,7 +154,7 @@ directory of libisl/libcloog, i.e. ${CLO
<p>Polly can use <a href="http://www.cse.ohio-state.edu/~pouchet/software/pocc">
PoCC</a> as an external optimizer. PoCC is a research project that provides
-an integrated version of <a href="http://pluto.sf.net">Pluto</a>, an
+an integrated version of <a href="http://pluto-compiler.sf.net">Pluto</a>, an
advanced data-locality and tileability optimizer. Polly includes internally
already a similar optimizer, such that in general PoCC is not needed. It is
only recommended for people who want to compare against a different
More information about the llvm-commits
mailing list