[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. llvm-svn: 315373
Loading
Please register or sign in to comment