[llvm-commits] [polly] r146555 - /polly/trunk/utils/checkout_cloog.sh

Tobias Grosser grosser at fim.uni-passau.de
Wed Dec 14 00:58:37 PST 2011


Author: grosser
Date: Wed Dec 14 02:58:36 2011
New Revision: 146555

URL: http://llvm.org/viewvc/llvm-project?rev=146555&view=rev
Log:
Update isl

This updates bringes new options for the isl scheduler.

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=146555&r1=146554&r2=146555&view=diff
==============================================================================
--- polly/trunk/utils/checkout_cloog.sh (original)
+++ polly/trunk/utils/checkout_cloog.sh Wed Dec 14 02:58:36 2011
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 CLOOG_HASH="57470e76bfd58a0c38c598e816411663193e0f45"
-ISL_HASH="0a2810732967eee50d8c55a371a28704d8a1ec17"
+ISL_HASH="990ad28a4356f5743bed503fbdcb7e85747f727f"
 
 PWD=`pwd`
 





More information about the llvm-commits mailing list