[polly] r261873 - www: Fix typo

Tobias Grosser via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 25 07:21:02 PST 2016


Author: grosser
Date: Thu Feb 25 09:21:02 2016
New Revision: 261873

URL: http://llvm.org/viewvc/llvm-project?rev=261873&view=rev
Log:
www: Fix typo

Reported-by: Hongbin Zheng

Modified:
    polly/trunk/www/projects.html

Modified: polly/trunk/www/projects.html
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/projects.html?rev=261873&r1=261872&r2=261873&view=diff
==============================================================================
--- polly/trunk/www/projects.html (original)
+++ polly/trunk/www/projects.html Thu Feb 25 09:21:02 2016
@@ -75,8 +75,8 @@
   loop transformations with relatively simple higher level operations while
   still providing the full expressiveness of integer polyhedra. To understand
   and describe the transformations we are performing it is often very convenient
-  to quickly script example transformations in a low-level language like python
-  and then subsequently. isl already comes with a python binding generator, with
+  to quickly script example transformations in a scripting language like python.
+  isl already comes with a python binding generator, with
   pypyjs there is a python interpreter for the web and with emscriptem isl
   itself can also be compiled to javascript. In this project you combine all
   these components to obtain an interactive polyhedral web calculator, that uses




More information about the llvm-commits mailing list