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
This commit is contained in:
Dan Gohman
2009-08-01 04:19:43 +00:00
parent 8a0336a44b
commit f94083333c
2 changed files with 5 additions and 1 deletions

View File

@ -33,7 +33,7 @@ public:
static char ID;
explicit MachineFunctionAnalysis(TargetMachine &tm,
CodeGenOpt::Level OL = CodeGenOpt::Default);
~MachineFunctionAnalysis();
MachineFunction &getMF() const { return *MF; }
CodeGenOpt::Level getOptLevel() const { return OptLevel; }