[ScopInfo] Remove usage of isl_set_n_basic_set()
authorPhilip Pfaffe <philip.pfaffe@gmail.com>
Wed, 16 May 2018 14:05:03 +0000 (14:05 +0000)
committerPhilip Pfaffe <philip.pfaffe@gmail.com>
Wed, 16 May 2018 14:05:03 +0000 (14:05 +0000)
commit9375d572029cd4aa91bd326cde7ba587282f528e
tree46742c34ef6e72efc7017fcdbd41c085ee406bd1
parent64144eb194c8eecbc5e7763c1c7c059fb4395861
[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

llvm-svn: 332471
polly/lib/Analysis/ScopInfo.cpp