[llvm-commits] [llvm] r82376 - /llvm/trunk/include/llvm/Target/TargetRegistry.h

Daniel Dunbar daniel at zuster.org
Sun Sep 20 15:21:05 PDT 2009


On Sun, Sep 20, 2009 at 2:54 PM, Chris Lattner <clattner at apple.com> wrote:
>
> On Sep 20, 2009, at 2:31 PM, Daniel Dunbar wrote:
>
>> On Sat, Sep 19, 2009 at 11:21 PM, Chris Lattner <sabre at nondot.org> wrote:
>>>
>>> Author: lattner
>>> Date: Sun Sep 20 01:21:20 2009
>>> New Revision: 82376
>>>
>>> URL: http://llvm.org/viewvc/llvm-project?rev=82376&view=rev
>>> Log:
>>> add a helper method.
>>
>> Isn't std::distance fine for this?
>
> Yes, but pulling in  <algorithm> isn't worth it.

Ok, but clients can do that?

 - Daniel




More information about the llvm-commits mailing list