]> granicus.if.org Git - llvm/commit
[SparsePropagation] Use SmallVector for work lists
authorMatthew Simpson <mssimpso@codeaurora.org>
Tue, 10 Oct 2017 21:33:48 +0000 (21:33 +0000)
committerMatthew Simpson <mssimpso@codeaurora.org>
Tue, 10 Oct 2017 21:33:48 +0000 (21:33 +0000)
commit26fb5a6e6c4a1569001f7f8ed63e4268549d256c
tree623b1cc06490a0118554a1a94961affb0b1e4214
parentf2c4679069ec6de63a71bcedb163b48134d009c8
[SparsePropagation] Use SmallVector for work lists

This patch changes the work lists from std::vector to SmallVector, which
matches the SCCP implementation. This patch also updates some related comments.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@315373 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/SparsePropagation.h