1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

[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 87ecb5e4b2
commit 0c47936cc3

View File

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