OSDN Git Service

[MemorySSA] Remove unused declaration determineInsertionPoint (NFC)
authorKazu Hirata <kazu@google.com>
Wed, 9 Dec 2020 03:21:44 +0000 (19:21 -0800)
committerKazu Hirata <kazu@google.com>
Wed, 9 Dec 2020 03:21:44 +0000 (19:21 -0800)
The declaration was introduced without a corresponding definition on
Feb 2, 2016 in commit e1100f533f0a48f55e80e1152b06f5deab5f9b30.

llvm/include/llvm/Analysis/MemorySSA.h

index a1511aa..fc9d6d7 100644 (file)
@@ -849,8 +849,6 @@ private:
   using AccessMap = DenseMap<const BasicBlock *, std::unique_ptr<AccessList>>;
   using DefsMap = DenseMap<const BasicBlock *, std::unique_ptr<DefsList>>;
 
-  void
-  determineInsertionPoint(const SmallPtrSetImpl<BasicBlock *> &DefiningBlocks);
   void markUnreachableAsLiveOnEntry(BasicBlock *BB);
   bool dominatesUse(const MemoryAccess *, const MemoryAccess *) const;
   MemoryPhi *createMemoryPhi(BasicBlock *BB);