mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-06 06:33:24 +00:00
Trailing whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209608 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d29bdc72bb
commit
a9b0742276
@ -162,7 +162,7 @@ Pass *createLoopRotatePass();
|
||||
// LoopIdiom - This pass recognizes and replaces idioms in loops.
|
||||
//
|
||||
Pass *createLoopIdiomPass();
|
||||
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// PromoteMemoryToRegister - This pass is used to promote memory references to
|
||||
@ -201,7 +201,7 @@ FunctionPass *createReassociatePass();
|
||||
// preds always go to some succ.
|
||||
//
|
||||
FunctionPass *createJumpThreadingPass();
|
||||
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// CFGSimplification - Merge basic blocks, eliminate unreachable blocks,
|
||||
@ -284,10 +284,10 @@ extern char &LCSSAID;
|
||||
// tree.
|
||||
//
|
||||
FunctionPass *createEarlyCSEPass();
|
||||
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// GVN - This pass performs global value numbering and redundant load
|
||||
// GVN - This pass performs global value numbering and redundant load
|
||||
// elimination cotemporaneously.
|
||||
//
|
||||
FunctionPass *createGVNPass(bool NoLoads = false);
|
||||
@ -305,7 +305,7 @@ FunctionPass *createMemCpyOptPass();
|
||||
// can prove are dead.
|
||||
//
|
||||
Pass *createLoopDeletionPass();
|
||||
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// ConstantHoisting - This pass prepares a function for expensive constants.
|
||||
@ -318,7 +318,7 @@ FunctionPass *createConstantHoistingPass();
|
||||
//
|
||||
FunctionPass *createInstructionNamerPass();
|
||||
extern char &InstructionNamerID;
|
||||
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// Sink - Code Sinking
|
||||
|
Loading…
x
Reference in New Issue
Block a user