Skip to content

Commit

Permalink
[opt] PassPrinters.h - remove unused includes + forward declarations.…
Browse files Browse the repository at this point in the history
… NFC.
  • Loading branch information
RKSimon committed Apr 27, 2020
1 parent 586277f commit c5369e9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions llvm/tools/opt/PassPrinters.h
Expand Up @@ -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;
Expand All @@ -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);
Expand Down

0 comments on commit c5369e9

Please sign in to comment.