mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
[opt] PassPrinters.h - remove unused includes + forward declarations. NFC.
This commit is contained in:
parent
87ecb5e4b2
commit
0c47936cc3
@ -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…
x
Reference in New Issue
Block a user