We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a49f538 commit 2a2432eCopy full SHA for 2a2432e
llvm/include/llvm/Analysis/AssumeBundleQueries.h
@@ -20,7 +20,6 @@
20
#include "llvm/ADT/DenseMap.h"
21
22
namespace llvm {
23
-class IntrinsicInst;
24
class AssumptionCache;
25
class DominatorTree;
26
@@ -78,7 +77,7 @@ struct MinMax {
78
77
/// (=knowledge) that is encoded in them. How the value range is interpreted
79
/// depends on the RetainedKnowledgeKey that was used to get this out of the
80
/// RetainedKnowledgeMap.
81
-using Assume2KnowledgeMap = DenseMap<IntrinsicInst *, MinMax>;
+using Assume2KnowledgeMap = DenseMap<AssumeInst *, MinMax>;
82
83
using RetainedKnowledgeMap =
84
DenseMap<RetainedKnowledgeKey, Assume2KnowledgeMap>;
0 commit comments