[ScopInfo] Remove usage of isl_set_n_basic_set()
commitc9bf383322fed4af4afb8efea086184095088e8e
authorPhilip Pfaffe <philip.pfaffe@gmail.com>
Wed, 16 May 2018 14:05:03 +0000 (16 14:05 +0000)
committerPhilip Pfaffe <philip.pfaffe@gmail.com>
Wed, 16 May 2018 14:05:03 +0000 (16 14:05 +0000)
tree300dbee4ade7f8194a0faf360991553f080a428c
parent577902cb1d07b9c39df3f5ffbfb88d9f1552f686
[ScopInfo] Remove usage of isl_set_n_basic_set()

Summary: This patch aims to remove the usage of old C-styled isl functions (in this case `isl_set_n_basic_set()`) in favor of new C++ isl interface based methods in `ScopInfo.cpp`.

Patch by Sahil Yerawar

Differential Revision: https://reviews.llvm.org/D46935

git-svn-id: https://llvm.org/svn/llvm-project/polly/trunk@332471 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/ScopInfo.cpp