[llvm-commits] [polly] r150952 - /polly/trunk/utils/checkout_cloog.sh
Tobias Grosser
grosser at fim.uni-passau.de
Mon Feb 20 00:41:44 PST 2012
Author: grosser
Date: Mon Feb 20 02:41:44 2012
New Revision: 150952
URL: http://llvm.org/viewvc/llvm-project?rev=150952&view=rev
Log:
Update isl
This version of isl, contains some recently committed scheduler patches.
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=150952&r1=150951&r2=150952&view=diff
==============================================================================
--- polly/trunk/utils/checkout_cloog.sh (original)
+++ polly/trunk/utils/checkout_cloog.sh Mon Feb 20 02:41:44 2012
@@ -1,7 +1,7 @@
#!/bin/sh
CLOOG_HASH="57470e76bfd58a0c38c598e816411663193e0f45"
-ISL_HASH="3c66541593a6bf3b5a3d35d31567abe6c9e5a04b"
+ISL_HASH="2b54bb607bfc666dfee01c6332e347d0c253335f"
PWD=`pwd`
More information about the llvm-commits
mailing list