[llvm] 586277f - [opt] NewPMDriver.h - remove unused LLVMContext forward declaration. NFC.

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


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

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

LOG: [opt] NewPMDriver.h - remove unused LLVMContext forward declaration. NFC.

Added: 
    

Modified: 
    llvm/tools/opt/NewPMDriver.h

Removed: 
    


################################################################################
diff  --git a/llvm/tools/opt/NewPMDriver.h b/llvm/tools/opt/NewPMDriver.h
index 8b5dc3d9b744..707522cec4b3 100644
--- a/llvm/tools/opt/NewPMDriver.h
+++ b/llvm/tools/opt/NewPMDriver.h
@@ -22,7 +22,6 @@
 
 namespace llvm {
 class StringRef;
-class LLVMContext;
 class Module;
 class TargetMachine;
 class ToolOutputFile;


        


More information about the llvm-commits mailing list