From 40e902c496040086f43200c8f59e0319d334770a Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Wed, 17 May 2023 09:12:16 -0700 Subject: [PATCH] [Inliner] Remove unused forward declarations (NFC) --- llvm/include/llvm/Transforms/IPO/Inliner.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/llvm/include/llvm/Transforms/IPO/Inliner.h b/llvm/include/llvm/Transforms/IPO/Inliner.h index 593158a..401aa2d 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 -- 2.7.4