[llvm-commits] [llvm] r76922 - in /llvm/trunk: include/llvm/Constants.h include/llvm/LLVMContext.h lib/VMCore/Constants.cpp lib/VMCore/LLVMContext.cpp lib/VMCore/LLVMContextImpl.cpp lib/VMCore/LLVMContextImpl.h

Chris Lattner clattner at apple.com
Thu Jul 23 19:10:34 PDT 2009


On Jul 23, 2009, at 5:36 PM, Owen Anderson wrote:

> Author: resistor
> Date: Thu Jul 23 19:36:24 2009
> New Revision: 76922
>
> URL: http://llvm.org/viewvc/llvm-project?rev=76922&view=rev
> Log:
> Privatize the ConstantVector tables.

Hi Owen,

Why are you still removing apis like ConstantVector::get?  I vastly  
prefer to have the apis distributed, rather than every API being on  
the context.  Since type has a context, there should be no need to do  
this.

Puzzled,

-Chris




More information about the llvm-commits mailing list