Update isl to include isl_val changes
authorTobias Grosser <grosser@fim.uni-passau.de>
Fri, 31 May 2013 18:04:56 +0000 (18:04 +0000)
committerTobias Grosser <grosser@fim.uni-passau.de>
Fri, 31 May 2013 18:04:56 +0000 (18:04 +0000)
The latest version of isl includes a new data type isl_val, which properly hides
the multi precision math library used by isl. In Polly we would like to replace
all uses of isl_int with the corresponding isl_val interfaces. This will allow
us to switch the multi precision math library in isl. This is especially
interesting for people who would like to replace libgmp with a non-gpl licensed
library (e.g. imath).

llvm-svn: 183026

polly/utils/checkout_cloog.sh

index 0e166a6..4fbefb8 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 CLOOG_HASH="c7721fc941db89dd1afc6240eaceea46d0bcad17"
-ISL_HASH="9f82ab3cd18ac34f883c30594111e4eb17426e11"
+ISL_HASH="1df91d8515ec88dc7f7f597168ad0f34f26de5a7"
 
 PWD=`pwd`