From c00bd986950ec353674dbe3c33719406baa16e08 Mon Sep 17 00:00:00 2001 From: Tobias Grosser Date: Sun, 16 Jun 2013 19:55:07 +0000 Subject: [PATCH] Update to a newer CLooG version This update fixes the test cases to give correct results with the isl version we are currently using. llvm-svn: 184064 --- polly/utils/checkout_cloog.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polly/utils/checkout_cloog.sh b/polly/utils/checkout_cloog.sh index 4fbefb87f346..1296c96a4665 100755 --- a/polly/utils/checkout_cloog.sh +++ b/polly/utils/checkout_cloog.sh @@ -1,6 +1,6 @@ #!/bin/sh -CLOOG_HASH="c7721fc941db89dd1afc6240eaceea46d0bcad17" +CLOOG_HASH="f861f854b6cc85b67e39794e38e7104fcd59af90" ISL_HASH="1df91d8515ec88dc7f7f597168ad0f34f26de5a7" PWD=`pwd`