From 7a33eafd8c4da6cca2e7158dd8ec64cb6e3f8caa Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Wed, 22 Jul 2020 15:18:32 +0100 Subject: [PATCH] ProfileSummaryInfo.h - remove unnecessary ProfileSummary forward declaration. NFCI. This is defined in ProfileSummary.h which we have to explicitly include already. --- llvm/include/llvm/Analysis/ProfileSummaryInfo.h | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm/include/llvm/Analysis/ProfileSummaryInfo.h b/llvm/include/llvm/Analysis/ProfileSummaryInfo.h index a1fea9fefc9a9..fe1891e440c26 100644 --- a/llvm/include/llvm/Analysis/ProfileSummaryInfo.h +++ b/llvm/include/llvm/Analysis/ProfileSummaryInfo.h @@ -25,7 +25,6 @@ class BasicBlock; class BlockFrequencyInfo; class CallBase; class Function; -class ProfileSummary; /// Analysis providing profile information. ///