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
|
#ifndef LLVM_TOOLS_OPT_PASSPRINTERS_H
|
||||||
#define LLVM_TOOLS_OPT_PASSPRINTERS_H
|
#define LLVM_TOOLS_OPT_PASSPRINTERS_H
|
||||||
|
|
||||||
#include "llvm/IR/PassManager.h"
|
|
||||||
|
|
||||||
namespace llvm {
|
namespace llvm {
|
||||||
|
|
||||||
class CallGraphSCCPass;
|
class CallGraphSCCPass;
|
||||||
|
|
@ -25,7 +23,6 @@ class LoopPass;
|
||||||
class PassInfo;
|
class PassInfo;
|
||||||
class raw_ostream;
|
class raw_ostream;
|
||||||
class RegionPass;
|
class RegionPass;
|
||||||
class Module;
|
|
||||||
|
|
||||||
FunctionPass *createFunctionPassPrinter(const PassInfo *PI, raw_ostream &out,
|
FunctionPass *createFunctionPassPrinter(const PassInfo *PI, raw_ostream &out,
|
||||||
bool Quiet);
|
bool Quiet);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue