diff options
author | Tobias Grosser <tobias@grosser.es> | 2016-02-25 15:21:02 +0000 |
---|---|---|
committer | Tobias Grosser <tobias@grosser.es> | 2016-02-25 15:21:02 +0000 |
commit | b9baae529f410608cf7581482f8bcd7a3d058252 (patch) | |
tree | 9e2a6d8d3a383801e269058139a710fb50f974d1 /polly/www | |
parent | 0eb1d7bca026adf49fa51a6d70bf52ed92966313 (diff) | |
download | bcm5719-llvm-b9baae529f410608cf7581482f8bcd7a3d058252.tar.gz bcm5719-llvm-b9baae529f410608cf7581482f8bcd7a3d058252.zip |
www: Fix typo
Reported-by: Hongbin Zheng
llvm-svn: 261873
Diffstat (limited to 'polly/www')
-rw-r--r-- | polly/www/projects.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/polly/www/projects.html b/polly/www/projects.html index 2128b70e37d..7388f054ff2 100644 --- a/polly/www/projects.html +++ b/polly/www/projects.html @@ -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 |