[polly] r233571 - Delete some leftovers from scoplib

Tobias Grosser tobias at grosser.es
Mon Mar 30 10:55:40 PDT 2015


Author: grosser
Date: Mon Mar 30 12:55:40 2015
New Revision: 233571

URL: http://llvm.org/viewvc/llvm-project?rev=233571&view=rev
Log:
Delete some leftovers from scoplib

Modified:
    polly/trunk/include/polly/Config/config.h.cmake
    polly/trunk/www/documentation/passes.html

Modified: polly/trunk/include/polly/Config/config.h.cmake
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/include/polly/Config/config.h.cmake?rev=233571&r1=233570&r2=233571&view=diff
==============================================================================
--- polly/trunk/include/polly/Config/config.h.cmake (original)
+++ polly/trunk/include/polly/Config/config.h.cmake Mon Mar 30 12:55:40 2015
@@ -14,7 +14,6 @@
 #define POLLY_CONFIG_H
 
 #cmakedefine CLOOG_FOUND
-#cmakedefine SCOPLIB_FOUND
 #cmakedefine CUDALIB_FOUND
 #cmakedefine GPU_CODEGEN
 

Modified: polly/trunk/www/documentation/passes.html
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/documentation/passes.html?rev=233571&r1=233570&r2=233571&view=diff
==============================================================================
--- polly/trunk/www/documentation/passes.html (original)
+++ polly/trunk/www/documentation/passes.html Mon Mar 30 12:55:40 2015
@@ -33,10 +33,6 @@
 <li><em>polly-opt-isl</em> Optimize the SCoP using isl</li>
 <li>Import/Export
 <ul>
-<li><em>polly-export-scoplib</em> Export SCoPs with ScopLib library
-(Writes a .scoplib file for each SCoP) [removed after <a href="http://llvm.org/releases/download.html#3.4.2">LLVM 3.4.2</a>]</li>
-<li><em>polly-import-scoplib</em> Import SCoPs with ScopLib library
-(Reads a .scoplib file for each SCoP) [removed after <a href="http://llvm.org/releases/download.html#3.4.2">LLVM 3.4.2</a>]</li>
 <li><em>polly-export-jscop</em> Export SCoPs as JSON
 (Writes a .jscop file for each SCoP)</li>
 <li><em>polly-import-jscop</em> Import SCoPs from JSON





More information about the llvm-commits mailing list