mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-24 22:24:54 +00:00
Rename "loop aligner" pass to "code placement optimization" pass.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71150 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -146,9 +146,9 @@ namespace llvm {
|
||||
/// IfConverter Pass - This pass performs machine code if conversion.
|
||||
FunctionPass *createIfConverterPass();
|
||||
|
||||
/// LoopAligner Pass - This pass aligns loop headers to target specific
|
||||
/// alignment boundary.
|
||||
FunctionPass *createLoopAlignerPass();
|
||||
/// Code Placement Pass - This pass optimize code placement and aligns loop
|
||||
/// headers to target specific alignment boundary.
|
||||
FunctionPass *createCodePlacementOptPass();
|
||||
|
||||
/// DebugLabelFoldingPass - This pass prunes out redundant debug labels. This
|
||||
/// allows a debug emitter to determine if the range of two labels is empty,
|
||||
|
Reference in New Issue
Block a user