[polly] Change SmallPtrSet which are being iterated into SmallSetVector
authorMandeep Singh Grang <mgrang@codeaurora.org>
Fri, 21 Oct 2016 17:29:10 +0000 (17:29 +0000)
committerMandeep Singh Grang <mgrang@codeaurora.org>
Fri, 21 Oct 2016 17:29:10 +0000 (17:29 +0000)
commit48e7add80fa798f7ac934ec53883d6e1fa3e76b9
tree28cbdac59e1c9a97fdc6e083838c74efc450dc6f
parent81029f6a762527c7f31840b5a48e828e46358b43
[polly] Change SmallPtrSet which are being iterated into SmallSetVector

Summary: Otherwise the lack of an iteration order results in non-determinism in codegen.

Reviewers: _jdoerfert, zinob, grosser

Tags: #polly

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

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