Remove extra white spaces. Fix comments.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33244 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Devang Patel 2007-01-15 23:06:56 +00:00
parent 3f5ecd7eb5
commit 66eeb49d8f
2 changed files with 3 additions and 3 deletions

View 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.
//
//===----------------------------------------------------------------------===//

View 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.