[llvm-commits] [llvm] r153918 - /llvm/trunk/utils/TableGen/CodeGenRegisters.cpp

Jakob Stoklund Olesen stoklund at 2pi.dk
Mon Apr 2 18:26:09 PDT 2012


On Apr 2, 2012, at 5:47 PM, Andrew Trick wrote:

> +  std::set_union(LRU.begin(), LRU.end(), RRU.begin(), RRU.end(),
> +                 std::inserter(MergedRU, MergedRU.begin()));

Since MergedRU is a vector, that should probably be std::back_inserter(MergedRU).

/jakob

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120402/19abd504/attachment.html>


More information about the llvm-commits mailing list