Avoid memory leakage by having caller construct the APInt for the
authorReid Spencer <rspencer@reidspencer.com>
Sat, 3 Mar 2007 08:36:29 +0000 (08:36 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sat, 3 Mar 2007 08:36:29 +0000 (08:36 +0000)
commitf0f09a96f3610f716f8b9da78ec1b30a4c2a75ec
tree1519d5614a2dfbd1134d3f98c3e48e46fb53e3bb
parent47567bdcb5ba3886eaf3fa5f0e0b912a24c12347
Avoid memory leakage by having caller construct the APInt for the
destination value of LoadValueFromMemory.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34883 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/ExecutionEngine.cpp