[llvm-commits] [poolalloc] r75466 - in /poolalloc/trunk/lib: DSA/DataStructureOpt.cpp DSA/Local.cpp PoolAllocate/AccessTrace.cpp PoolAllocate/Heuristic.cpp PoolAllocate/PAMultipleGlobalPool.cpp PoolAllocate/PASimple.cpp PoolAllocate/PointerCompress.cpp PoolAllocate/PoolAllocate.cpp PoolAllocate/PoolOptimize.cpp PoolAllocate/TransformFunctionBody.cpp

Owen Anderson resistor at mac.com
Mon Jul 13 10:34:27 PDT 2009


On Jul 13, 2009, at 7:01 AM, John Criswell wrote:

> Author: criswell
> Date: Mon Jul 13 09:01:51 2009
> New Revision: 75466
>
> URL: http://llvm.org/viewvc/llvm-project?rev=75466&view=rev
> Log:
> Updated to the latest LLVM API.
> This time, we changed Constant::getNullValue() to  
> ConstantAggregateZero::get().

FYI, all of the static methods on Constant subclasses will be going  
away.  The correct solution will be to use an LLVMContext.  You fetch  
one from getGlobalContext() if you're not planning to run multithreaded.

--Owen



More information about the llvm-commits mailing list