[opt] PassPrinters.h - remove unused includes + forward declarations. NFC.

This commit is contained in:
Simon Pilgrim 2020-04-26 22:18:50 +01:00
parent 586277fa62
commit c5369e9513
1 changed files with 0 additions and 3 deletions

View File

@ -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);