[polly] r253818 - ScopInfo: Remove domains of error blocks (and blocks they dominate) early on

Johannes Doerfert via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 22 08:26:12 PST 2015


On 11/22, Tobias Grosser via llvm-commits wrote:
> Author: grosser
> Date: Sun Nov 22 05:06:51 2015
> New Revision: 253818
> +
> +  std::vector<Region *> Todo = {&R};
Why a std::vector? I would have used a SmallVector just for consistency
with the surrounding code.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 213 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151122/bf749a87/attachment.sig>


More information about the llvm-commits mailing list