Trailing whitespace.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209608 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
NAKAMURA Takumi 2014-05-26 00:25:09 +00:00
parent d29bdc72bb
commit a9b0742276

View File

@ -162,7 +162,7 @@ Pass *createLoopRotatePass();
// LoopIdiom - This pass recognizes and replaces idioms in loops. // LoopIdiom - This pass recognizes and replaces idioms in loops.
// //
Pass *createLoopIdiomPass(); Pass *createLoopIdiomPass();
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
// //
// PromoteMemoryToRegister - This pass is used to promote memory references to // PromoteMemoryToRegister - This pass is used to promote memory references to
@ -201,7 +201,7 @@ FunctionPass *createReassociatePass();
// preds always go to some succ. // preds always go to some succ.
// //
FunctionPass *createJumpThreadingPass(); FunctionPass *createJumpThreadingPass();
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
// //
// CFGSimplification - Merge basic blocks, eliminate unreachable blocks, // CFGSimplification - Merge basic blocks, eliminate unreachable blocks,
@ -284,10 +284,10 @@ extern char &LCSSAID;
// tree. // tree.
// //
FunctionPass *createEarlyCSEPass(); FunctionPass *createEarlyCSEPass();
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
// //
// GVN - This pass performs global value numbering and redundant load // GVN - This pass performs global value numbering and redundant load
// elimination cotemporaneously. // elimination cotemporaneously.
// //
FunctionPass *createGVNPass(bool NoLoads = false); FunctionPass *createGVNPass(bool NoLoads = false);
@ -305,7 +305,7 @@ FunctionPass *createMemCpyOptPass();
// can prove are dead. // can prove are dead.
// //
Pass *createLoopDeletionPass(); Pass *createLoopDeletionPass();
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
// //
// ConstantHoisting - This pass prepares a function for expensive constants. // ConstantHoisting - This pass prepares a function for expensive constants.
@ -318,7 +318,7 @@ FunctionPass *createConstantHoistingPass();
// //
FunctionPass *createInstructionNamerPass(); FunctionPass *createInstructionNamerPass();
extern char &InstructionNamerID; extern char &InstructionNamerID;
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
// //
// Sink - Code Sinking // Sink - Code Sinking