[llvm-commits] [llvm] r148691 - in /llvm/trunk/lib/VMCore: Constants.cpp ConstantsContext.h LLVMContextImpl.cpp LLVMContextImpl.h
Chris Lattner
clattner at apple.com
Mon Jan 23 07:09:24 PST 2012
Ah, I forgot that dense map needs to resize at some point. Too bad we done have move semantics to fix this with. I'll correct it sorry for the breakage!
-Chris
On Jan 23, 2012, at 4:59 AM, NAKAMURA Takumi <geek4civic at gmail.com> wrote:
> 2012/1/23 Chris Lattner <sabre at nondot.org>:
>> Author: lattner
>> Date: Mon Jan 23 02:42:38 2012
>> New Revision: 148691
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=148691&view=rev
>> Log:
>> Replace a use of ConstantUniqueMap for CAZ constants with a simple DenseMap.
>> Now that the type system rewrite has landed, there is no need for its
>> complexity and std::map'ness.
>>
>> Modified:
>> llvm/trunk/lib/VMCore/Constants.cpp
>> llvm/trunk/lib/VMCore/ConstantsContext.h
>> llvm/trunk/lib/VMCore/LLVMContextImpl.cpp
>> llvm/trunk/lib/VMCore/LLVMContextImpl.h
>
> Chris, it broke stage2 build. I am investigating.
>
> ...Takumi
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
More information about the llvm-commits
mailing list