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)
commitc120612daa5eb17d17dd66f468db26e6409ca486
treec6086faf77ed5e1c55671c76bafe864edac4ca2d
parent859103d8e7eff56734be798271d9da8d0c732dbb
Give MachineFunctionAnalysis a destructor so it can verify that
that it released its allocated memory.

llvm-svn: 77775
llvm/include/llvm/CodeGen/MachineFunctionAnalysis.h
llvm/lib/CodeGen/MachineFunctionAnalysis.cpp