Commit 8a33920f authored by Simon Pilgrim's avatar Simon Pilgrim
Browse files

SizeOpts.h - remove ProfileSummaryInfo forward declaration. NFC.

We're include the entire ProfileSummaryInfo.h as inline functions use it in the header.
parent 3bebf028
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -32,7 +32,6 @@ namespace llvm {
class BasicBlock;
class BlockFrequencyInfo;
class Function;
class ProfileSummaryInfo;

enum class PGSOQueryType {
  IRPass, // A query call from an IR-level transform pass.