Skip to content

Commit

Permalink
ProfileSummaryInfo.h - remove unnecessary ProfileSummary forward decl…
Browse files Browse the repository at this point in the history
…aration. NFCI.

This is defined in ProfileSummary.h which we have to explicitly include already.
  • Loading branch information
RKSimon committed Jul 22, 2020
1 parent 56c92bf commit 7a33eaf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion llvm/include/llvm/Analysis/ProfileSummaryInfo.h
Expand Up @@ -25,7 +25,6 @@ class BasicBlock;
class BlockFrequencyInfo;
class CallBase;
class Function;
class ProfileSummary;

/// Analysis providing profile information.
///
Expand Down

0 comments on commit 7a33eaf

Please sign in to comment.