Reformat linefeeds.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 26 May 2014 00:25:26 +0000 (00:25 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 26 May 2014 00:25:26 +0000 (00:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209609 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Transforms/IPO.h
include/llvm/Transforms/IPO/PassManagerBuilder.h
include/llvm/Transforms/ObjCARC.h
include/llvm/Transforms/Scalar.h

index 334fb1cc4d3ad0f798473331747fac008304e68c..ce1a7d6a5230a3ca4e7c409bd9a1d75a4a79d3d6 100644 (file)
@@ -58,21 +58,18 @@ ModulePass *createStripDeadDebugInfoPass();
 ///
 ModulePass *createConstantMergePass();
 
-
 //===----------------------------------------------------------------------===//
 /// createGlobalOptimizerPass - This function returns a new pass that optimizes
 /// non-address taken internal globals.
 ///
 ModulePass *createGlobalOptimizerPass();
 
-
 //===----------------------------------------------------------------------===//
 /// createGlobalDCEPass - This transform is designed to eliminate unreachable
 /// internal globals (functions or global variables)
 ///
 ModulePass *createGlobalDCEPass();
 
-
 //===----------------------------------------------------------------------===//
 /// createGVExtractionPass - If deleteFn is true, this pass deletes
 /// the specified global values. Otherwise, it deletes as much of the module as
index 4c6f3aa1c4549ee08bf14c6274f9619c09c2db0a..023de0863e3b08a4c45fd645554ca769d62ee899 100644 (file)
@@ -55,7 +55,6 @@ using legacy::FunctionPassManager;
 ///   ...
 class PassManagerBuilder {
 public:
-
   /// Extensions are passed the builder itself (so they can see how it is
   /// configured) as well as the pass manager to add stuff to.
   typedef void (*ExtensionFn)(const PassManagerBuilder &Builder,
@@ -135,8 +134,8 @@ public:
 private:
   void addExtensionsToPM(ExtensionPointTy ETy, PassManagerBase &PM) const;
   void addInitialAliasAnalysisPasses(PassManagerBase &PM) const;
-public:
 
+public:
   /// populateFunctionPassManager - This fills in the function pass manager,
   /// which is expected to be run on each function immediately as it is
   /// generated.  The idea is to reduce the size of the IR in memory.
index b3c19c077eab69e667f10afb166ee5d578421c56..1897adc2ffbf5960efb3604837135b6a3f03980e 100644 (file)
@@ -46,4 +46,3 @@ Pass *createObjCARCOptPass();
 } // End llvm namespace
 
 #endif
-
index b02e8f740149e128faf64e514489b3e011c78115..68d61bdbdb7a87aeeb2ea9cb0182e93007b85c22 100644 (file)
@@ -344,14 +344,12 @@ Pass *createCorrelatedValuePropagationPass();
 FunctionPass *createInstructionSimplifierPass();
 extern char &InstructionSimplifierID;
 
-
 //===----------------------------------------------------------------------===//
 //
 // LowerExpectIntrinsics - Removes llvm.expect intrinsics and creates
 // "block_weights" metadata.
 FunctionPass *createLowerExpectIntrinsicPass();
 
-
 //===----------------------------------------------------------------------===//
 //
 // PartiallyInlineLibCalls - Tries to inline the fast path of library