mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-22 10:24:26 +00:00
New pass
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15367 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -80,6 +80,12 @@ namespace llvm {
|
|||||||
///
|
///
|
||||||
FunctionPass *createPrologEpilogCodeInserter();
|
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
|
/// MachineCodeDeletion Pass - This pass deletes all of the machine code for
|
||||||
/// the current function, which should happen after the function has been
|
/// the current function, which should happen after the function has been
|
||||||
/// emitted to a .s file or to memory.
|
/// emitted to a .s file or to memory.
|
||||||
|
Reference in New Issue
Block a user