Remove extra white spaces. Fix comments.
authorDevang Patel <dpatel@apple.com>
Mon, 15 Jan 2007 23:06:56 +0000 (23:06 +0000)
committerDevang Patel <dpatel@apple.com>
Mon, 15 Jan 2007 23:06:56 +0000 (23:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33244 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/PassManagers.h
lib/VMCore/PassManager.cpp

index cb94406957d2e94ff33a4f0feb067859f1a76a0c..170b992c85f03fd6e0f2b3f06a363e3c16874fe0 100644 (file)
@@ -1,4 +1,4 @@
-//===- PassManager.cpp - LLVM Pass Infrastructure Implementation ----------===//
+//===- llvm/PassManager.h - Pass Inftrastructre classes  --------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
@@ -7,7 +7,7 @@
 //
 //===----------------------------------------------------------------------===//
 //
-// This file implements the LLVM Pass Manager infrastructure. 
+// This file declares the LLVM Pass Manager infrastructure. 
 //
 //===----------------------------------------------------------------------===//
 
index d48c198bbffe82b020df7336520038495e17dc9b..db03842bcea09967133e39f729c401b30db97d2d 100644 (file)
@@ -559,7 +559,7 @@ void PMDataManager::removeDeadPasses(Pass *P, std::string &Msg) {
 /// Add pass P into the PassVector. Update 
 /// AvailableAnalysis appropriately if ProcessAnalysis is true.
 void PMDataManager::add(Pass *P, 
-                                     bool ProcessAnalysis) {
+                        bool ProcessAnalysis) {
 
   // This manager is going to manage pass P. Set up analysis resolver
   // to connect them.