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 5b11740 commit b7ac197Copy full SHA for b7ac197
llvm/include/llvm/Analysis/AliasSetTracker.h
@@ -39,7 +39,6 @@ class AAResults;
39
class AliasSetTracker;
40
class BasicBlock;
41
class LoadInst;
42
-class Loop;
43
class AnyMemSetInst;
44
class AnyMemTransferInst;
45
class raw_ostream;
@@ -343,7 +342,6 @@ class AliasSetTracker {
343
342
struct ASTCallbackVHDenseMapInfo : public DenseMapInfo<Value *> {};
344
345
AAResults &AA;
346
- Loop *L = nullptr;
347
ilist<AliasSet> AliasSets;
348
349
using PointerMapType = DenseMap<ASTCallbackVH, AliasSet::PointerRec *,
0 commit comments