forked from OSchip/llvm-project
[opt] PassPrinters.h - remove unused includes + forward declarations. NFC.
This commit is contained in:
parent
586277fa62
commit
c5369e9513
|
|
@ -14,8 +14,6 @@
|
|||
#ifndef LLVM_TOOLS_OPT_PASSPRINTERS_H
|
||||
#define LLVM_TOOLS_OPT_PASSPRINTERS_H
|
||||
|
||||
#include "llvm/IR/PassManager.h"
|
||||
|
||||
namespace llvm {
|
||||
|
||||
class CallGraphSCCPass;
|
||||
|
|
@ -25,7 +23,6 @@ class LoopPass;
|
|||
class PassInfo;
|
||||
class raw_ostream;
|
||||
class RegionPass;
|
||||
class Module;
|
||||
|
||||
FunctionPass *createFunctionPassPrinter(const PassInfo *PI, raw_ostream &out,
|
||||
bool Quiet);
|
||||
|
|
|
|||
Loading…
Reference in New Issue