1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00

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 acf5402bcc
commit 4c82b54b48

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.