PromoteMemToReg.h - remove unused llvm::AliasSetTracker forward declaration. NFC.

This commit is contained in:
Simon Pilgrim 2020-04-10 15:46:42 +01:00
parent 6be9f1931c
commit 43882d9365
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ namespace llvm {
template <typename T> class ArrayRef;
class AllocaInst;
class DominatorTree;
class AliasSetTracker;
class AssumptionCache;
/// Return true if this alloca is legal for promotion.