Give MachineFunctionAnalysis a destructor so it can verify that
authorDan Gohman <gohman@apple.com>
Sat, 1 Aug 2009 04:19:43 +0000 (04:19 +0000)
committerDan Gohman <gohman@apple.com>
Sat, 1 Aug 2009 04:19:43 +0000 (04:19 +0000)
commitf94083333c1702006c068b55526441b2bce1d45b
tree9ac900b3de6e42840a14351047eeeac5ff3b8701
parent8a0336a44bff2fcabc2de07cf482707c9508012f
Give MachineFunctionAnalysis a destructor so it can verify that
that it released its allocated memory.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77775 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MachineFunctionAnalysis.h
lib/CodeGen/MachineFunctionAnalysis.cpp