Use Nick's suggestion of storing a large NULL into the GV instead of memset, which...
authorBill Wendling <isanbard@gmail.com>
Thu, 13 Sep 2012 14:32:30 +0000 (14:32 +0000)
committerBill Wendling <isanbard@gmail.com>
Thu, 13 Sep 2012 14:32:30 +0000 (14:32 +0000)
commit032dbee2a9d401ee05beb648465f21168e279bda
treedd2df4301c618f71f1f328796748450a40556d9d
parent0cd19b93017fcaba737b15ea4da39c460feb5670
Use Nick's suggestion of storing a large NULL into the GV instead of memset, which requires TargetData.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163799 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Instrumentation/GCOVProfiling.cpp