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

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 27 05:51:55 PDT 2020


Author: Simon Pilgrim
Date: 2020-04-27T13:51:31+01:00
New Revision: c5369e9513a6268ac16975e4c904e03a19d9ef7c

URL: https://github.com/llvm/llvm-project/commit/c5369e9513a6268ac16975e4c904e03a19d9ef7c
DIFF: https://github.com/llvm/llvm-project/commit/c5369e9513a6268ac16975e4c904e03a19d9ef7c.diff

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

Added: 
    

Modified: 
    llvm/tools/opt/PassPrinters.h

Removed: 
    


################################################################################
diff  --git a/llvm/tools/opt/PassPrinters.h b/llvm/tools/opt/PassPrinters.h
index 692befbdae75..9342c46f2ff6 100644
--- a/llvm/tools/opt/PassPrinters.h
+++ b/llvm/tools/opt/PassPrinters.h
@@ -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);


        


More information about the llvm-commits mailing list