Skip to content

Commit 7a33eaf

Browse files
committed
ProfileSummaryInfo.h - remove unnecessary ProfileSummary forward declaration. NFCI.
This is defined in ProfileSummary.h which we have to explicitly include already.
1 parent 56c92bf commit 7a33eaf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/include/llvm/Analysis/ProfileSummaryInfo.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ class BasicBlock;
2525
class BlockFrequencyInfo;
2626
class CallBase;
2727
class Function;
28-
class ProfileSummary;
2928

3029
/// Analysis providing profile information.
3130
///

0 commit comments

Comments
 (0)