diff options
Diffstat (limited to 'tools/bugpoint/BugDriver.h')
-rw-r--r-- | tools/bugpoint/BugDriver.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/bugpoint/BugDriver.h b/tools/bugpoint/BugDriver.h index 3dbb84dab6..f88d29ffb7 100644 --- a/tools/bugpoint/BugDriver.h +++ b/tools/bugpoint/BugDriver.h @@ -125,6 +125,12 @@ private: /// Module *deleteInstructionFromProgram(Instruction *I, unsigned Simp) const; + /// performFinalCleanups - This method clones the current Program and performs + /// a series of cleanups intended to get rid of extra cruft on the module + /// before handing it to the user... + /// + Module *performFinalCleanups() const; + /// initializeExecutionEnvironment - This method is used to set up the /// environment for executing LLVM programs. /// |