llvm-svn: 15367
This commit is contained in:
Chris Lattner 2004-07-31 09:59:14 +00:00
parent 7e7739c431
commit e9d767aa75
1 changed files with 6 additions and 0 deletions

View File

@ -80,6 +80,12 @@ namespace llvm {
///
FunctionPass *createPrologEpilogCodeInserter();
/// BranchFolding Pass - This pass performs machine code CFG based
/// optimizations to delete branches to branches, eliminate branches to
/// successor blocks (creating fall throughs), and eliminating branches over
/// branches.
FunctionPass *createBranchFoldingPass();
/// MachineCodeDeletion Pass - This pass deletes all of the machine code for
/// the current function, which should happen after the function has been
/// emitted to a .s file or to memory.