aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2007-01-15 23:06:56 +0000
committerDevang Patel <dpatel@apple.com>2007-01-15 23:06:56 +0000
commit66eeb49d8fcfdfa4946c41fd92b8165c0086689d (patch)
treefb3d9ae2f914c1a096207476a0e3f6786019e9eb
parent3f5ecd7eb5526f75b4c36012b5b5194c69187a56 (diff)
Remove extra white spaces. Fix comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33244 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/PassManagers.h4
-rw-r--r--lib/VMCore/PassManager.cpp2
2 files changed, 3 insertions, 3 deletions
diff --git a/include/llvm/PassManagers.h b/include/llvm/PassManagers.h
index cb94406957..170b992c85 100644
--- a/include/llvm/PassManagers.h
+++ b/include/llvm/PassManagers.h
@@ -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.
//
//===----------------------------------------------------------------------===//
diff --git a/lib/VMCore/PassManager.cpp b/lib/VMCore/PassManager.cpp
index d48c198bbf..db03842bce 100644
--- a/lib/VMCore/PassManager.cpp
+++ b/lib/VMCore/PassManager.cpp
@@ -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.