[llvm-commits] [llvm] r163757 - /llvm/trunk/lib/Transforms/Instrumentation/GCOVProfiling.cpp

Bill Wendling wendling at apple.com
Thu Sep 13 07:34:13 PDT 2012


On Sep 12, 2012, at 10:10 PM, Nick Lewycky <nicholas at mxc.ca> wrote:

> So we only zero them out if TD is known when compiling?
> 
> How about Builder.CreateStore'ing a big honkin' Constant::getNullValue(GV->getType()->getElementType()) for each of them?
> 
Done. Thanks!

-bw





More information about the llvm-commits mailing list