Make StmtSet a list.
authorJohannes Doerfert <doerfert@cs.uni-saarland.de>
Mon, 10 Aug 2015 16:47:20 +0000 (16:47 +0000)
committerJohannes Doerfert <doerfert@cs.uni-saarland.de>
Mon, 10 Aug 2015 16:47:20 +0000 (16:47 +0000)
commitd6c30160e72421517bbc0be1df4a39744628bfe5
treeecae937a254db74cf334c4a013c393f55095a089
parent9a9003d94cf5e21ea15dbc58d5ec2f6cca6fb8b6
Make StmtSet a list.

  With a deque (or any other sequential container) it is not sound to
  take the address of the elements when the container is still under
  construction. With a pointer based container this is save.

llvm-svn: 244459
polly/include/polly/ScopInfo.h