Update isl to include isl_val changes

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
This commit is contained in:
Tobias Grosser 2013-05-31 18:04:56 +00:00
parent 93324aef17
commit 26d1050da3
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh
CLOOG_HASH="c7721fc941db89dd1afc6240eaceea46d0bcad17"
ISL_HASH="9f82ab3cd18ac34f883c30594111e4eb17426e11"
ISL_HASH="1df91d8515ec88dc7f7f597168ad0f34f26de5a7"
PWD=`pwd`