[llvm] 40e902c - [Inliner] Remove unused forward declarations (NFC)

Kazu Hirata via llvm-commits llvm-commits at lists.llvm.org
Wed May 17 09:12:27 PDT 2023


Author: Kazu Hirata
Date: 2023-05-17T09:12:16-07:00
New Revision: 40e902c496040086f43200c8f59e0319d334770a

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

LOG: [Inliner] Remove unused forward declarations (NFC)

Added: 
    

Modified: 
    llvm/include/llvm/Transforms/IPO/Inliner.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/Transforms/IPO/Inliner.h b/llvm/include/llvm/Transforms/IPO/Inliner.h
index 593158a5ff9c8..401aa2d3a0cc6 100644
--- a/llvm/include/llvm/Transforms/IPO/Inliner.h
+++ b/llvm/include/llvm/Transforms/IPO/Inliner.h
@@ -18,10 +18,6 @@
 
 namespace llvm {
 
-class AssumptionCacheTracker;
-class CallGraph;
-class ProfileSummaryInfo;
-
 /// The inliner pass for the new pass manager.
 ///
 /// This pass wires together the inlining utilities and the inline cost


        


More information about the llvm-commits mailing list