InstCombiner.h - remove unnecessary KnownBits forward declaration. NFCI.

We already include KnownBits.h
This commit is contained in:
Simon Pilgrim 2020-09-19 12:52:09 +01:00
parent 985deba931
commit 0c20d753d5
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@ class AssumptionCache;
class ProfileSummaryInfo;
class TargetLibraryInfo;
class TargetTransformInfo;
struct KnownBits;
/// The core instruction combiner logic.
///