[polly] r196655 - Update isl to latest maintenance release

Tobias Grosser tobias at grosser.es
Sat Dec 7 03:58:06 PST 2013


Author: grosser
Date: Sat Dec  7 05:58:06 2013
New Revision: 196655

URL: http://llvm.org/viewvc/llvm-project?rev=196655&view=rev
Log:
Update isl to latest maintenance release

This includes isl commits b9c7b8c8c98a6722262f076b27f833a25b83f55d and
454621e935ff836361c77df436fbd7066c9d44e0 which fix PR18130.

Modified:
    polly/trunk/utils/checkout_cloog.sh

Modified: polly/trunk/utils/checkout_cloog.sh
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/utils/checkout_cloog.sh?rev=196655&r1=196654&r2=196655&view=diff
==============================================================================
--- polly/trunk/utils/checkout_cloog.sh (original)
+++ polly/trunk/utils/checkout_cloog.sh Sat Dec  7 05:58:06 2013
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 CLOOG_HASH="88986e94581bece13c77d51ab18c7b20da14fb67"
-ISL_HASH="0e737ed0b35803685e9ebcfd8c528e00c30bbc43"
+ISL_HASH="34eb3a0c3d52875ec93e926f12713feff4d08af0"
 
 PWD=`pwd`
 





More information about the llvm-commits mailing list