forked from OSchip/llvm-project
parent
39786a90d0
commit
6975b6ec09
|
@ -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.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue