[ScopInfo] Replace isl foreach calls with for loops
authorTobias Grosser <tobias@grosser.es>
Mon, 16 Jul 2018 19:04:16 +0000 (19:04 +0000)
committerTobias Grosser <tobias@grosser.es>
Mon, 16 Jul 2018 19:04:16 +0000 (19:04 +0000)
commit31e29a4b59fdd33c147f2172b76fa43ace0fa00b
tree42e4d5c35386e3ae249607b2a9b8e0955cdb28eb
parentcb0bab86b3f47c82ce415a5e7d12849dbdd58699
[ScopInfo] Replace isl foreach calls with for loops

After Philip added support for range-based for loops to our C++
bindings, we now convert another bunch of foreach calls to range-for loops.
This improves general readability of the code.

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