APInt's are no longer allocated on the heap because they are direct
authorReid Spencer <rspencer@reidspencer.com>
Tue, 6 Mar 2007 03:06:48 +0000 (03:06 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 6 Mar 2007 03:06:48 +0000 (03:06 +0000)
commitd08050bd1e66a71aa37b48226a90ba9fc657fb36
tree8ec30dd97ed918fdca4ed7c0d034804975b19b60
parentdeca08d93d90f51452dacfb957560dd442f8f564
APInt's are no longer allocated on the heap because they are direct
members of GenericValue. Consequently the code to clean them up isn't
needed.

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