forked from OSchip/llvm-project
InstCombiner.h - remove unnecessary KnownBits forward declaration. NFCI.
We already include KnownBits.h
This commit is contained in:
parent
985deba931
commit
0c20d753d5
|
@ -37,7 +37,6 @@ class AssumptionCache;
|
|||
class ProfileSummaryInfo;
|
||||
class TargetLibraryInfo;
|
||||
class TargetTransformInfo;
|
||||
struct KnownBits;
|
||||
|
||||
/// The core instruction combiner logic.
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue