Commit 43882d93 authored by Simon Pilgrim's avatar Simon Pilgrim
Browse files

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

parent 6be9f193
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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.