[llvm-commits] [poolalloc] r75469 - /poolalloc/trunk/lib/DSA/Local.cpp

Eli Friedman eli.friedman at gmail.com
Mon Jul 13 11:28:28 PDT 2009


On Mon, Jul 13, 2009 at 8:48 AM, John Criswell<criswell at uiuc.edu> wrote:
> Author: criswell
> Date: Mon Jul 13 10:48:58 2009
> New Revision: 75469
>
> URL: http://llvm.org/viewvc/llvm-project?rev=75469&view=rev
> Log:
> I'm not sure if there exists a way to generate a "zero"
> value for any type,

Constant::isNullValue and LLVMContext::getNullValue are the relevant functions.

-Eli




More information about the llvm-commits mailing list