[llvm-commits] [llvm] r155037 - /llvm/trunk/utils/TableGen/AsmWriterEmitter.cpp

Jim Grosbach grosbach at apple.com
Wed Apr 18 13:25:30 PDT 2012


On Apr 18, 2012, at 1:21 PM, Chandler Carruth wrote:

> On Wed, Apr 18, 2012 at 1:15 PM, Jakob Stoklund Olesen <stoklund at 2pi.dk> wrote:
> Is the StringMap iteration order deterministic like it is for std::map?
> 
> It isn't.

Bah! So much for that speedup.

Ah, well. There's why I was doing those in nice small chunks, though. Easier to back out when I goof one. :) r155039

Thanks, guys.

-Jim
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120418/fc533b75/attachment.html>


More information about the llvm-commits mailing list