forked from OSchip/llvm-project
PromoteMemToReg.h - remove unused llvm::AliasSetTracker forward declaration. NFC.
This commit is contained in:
parent
6be9f1931c
commit
43882d9365
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue