Duncan P. N. Exon Smith 6f1f9f4c7f blockfreq: Use a std::list for Loops
As pointed out by David Blaikie in code review, a `std::list<T>` is
simpler than a `std::vector<std::unique_ptr<T>>`.  Another option is a
`std::deque<T>` (which allocates in chunks), but I'd like to leave open
the option of inserting in the middle of the sequence for handling
irreducible control flow on the fly.

<rdar://problem/14292693>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207177 91177308-0d34-0410-b5e6-96231b3b80d8
2014-04-25 04:30:06 +00:00
..
2014-04-24 06:44:33 +00:00
2014-04-24 06:44:33 +00:00
2014-04-24 06:44:33 +00:00
2014-04-23 11:16:03 +00:00
2014-04-24 06:44:33 +00:00