[llvm] 0c20d75 - InstCombiner.h - remove unnecessary KnownBits forward declaration. NFCI.
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Sat Sep 19 05:00:05 PDT 2020
Author: Simon Pilgrim
Date: 2020-09-19T12:53:07+01:00
New Revision: 0c20d753d5fbacc162ce77271e616ad107956bf7
URL: https://github.com/llvm/llvm-project/commit/0c20d753d5fbacc162ce77271e616ad107956bf7
DIFF: https://github.com/llvm/llvm-project/commit/0c20d753d5fbacc162ce77271e616ad107956bf7.diff
LOG: InstCombiner.h - remove unnecessary KnownBits forward declaration. NFCI.
We already include KnownBits.h
Added:
Modified:
llvm/include/llvm/Transforms/InstCombine/InstCombiner.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/Transforms/InstCombine/InstCombiner.h b/llvm/include/llvm/Transforms/InstCombine/InstCombiner.h
index 2f412cb3ddac..aee6e3734baa 100644
--- a/llvm/include/llvm/Transforms/InstCombine/InstCombiner.h
+++ b/llvm/include/llvm/Transforms/InstCombine/InstCombiner.h
@@ -37,7 +37,6 @@ class AssumptionCache;
class ProfileSummaryInfo;
class TargetLibraryInfo;
class TargetTransformInfo;
-struct KnownBits;
/// The core instruction combiner logic.
///
More information about the llvm-commits
mailing list