forked from OSchip/llvm-project
ProfileSummaryInfo.h - remove unnecessary ProfileSummary forward declaration. NFCI.
This is defined in ProfileSummary.h which we have to explicitly include already.
This commit is contained in:
parent
56c92bf4b7
commit
7a33eafd8c
|
@ -25,7 +25,6 @@ class BasicBlock;
|
|||
class BlockFrequencyInfo;
|
||||
class CallBase;
|
||||
class Function;
|
||||
class ProfileSummary;
|
||||
|
||||
/// Analysis providing profile information.
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue