Skip to content

Commit

Permalink
[AST] Remove unused Loop member (NFC)
Browse files Browse the repository at this point in the history
To fix some build bots after D89264.

(cherry picked from commit 29034f3)
  • Loading branch information
nikic committed Mar 5, 2021
1 parent a7c6317 commit bbf96c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions llvm/include/llvm/Analysis/AliasSetTracker.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ class AAResults;
class AliasSetTracker;
class BasicBlock;
class LoadInst;
class Loop;
class AnyMemSetInst;
class AnyMemTransferInst;
class raw_ostream;
Expand Down Expand Up @@ -343,7 +342,6 @@ class AliasSetTracker {
struct ASTCallbackVHDenseMapInfo : public DenseMapInfo<Value *> {};

AAResults &AA;
Loop *L = nullptr;
ilist<AliasSet> AliasSets;

using PointerMapType = DenseMap<ASTCallbackVH, AliasSet::PointerRec *,
Expand Down

0 comments on commit bbf96c9

Please sign in to comment.