[llvm-commits] [llvm] r148691 - in /llvm/trunk/lib/VMCore: Constants.cpp ConstantsContext.h LLVMContextImpl.cpp LLVMContextImpl.h
NAKAMURA Takumi
geek4civic at gmail.com
Mon Jan 23 04:59:32 PST 2012
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
More information about the llvm-commits
mailing list