Skip to content

Commit

Permalink
[MemorySSA] Remove unused declaration findDominatingDef (NFC)
Browse files Browse the repository at this point in the history
The function definition was removed on Feb 22, 2017 in commit
17e8d0e.  The declaration has
remained since.
  • Loading branch information
kazutakahirata committed Dec 3, 2020
1 parent b346322 commit 4cc56d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion llvm/include/llvm/Analysis/MemorySSA.h
Expand Up @@ -857,7 +857,6 @@ class MemorySSA {
template <typename AliasAnalysisType>
MemoryUseOrDef *createNewAccess(Instruction *, AliasAnalysisType *,
const MemoryUseOrDef *Template = nullptr);
MemoryAccess *findDominatingDef(BasicBlock *, enum InsertionPlace);
void placePHINodes(const SmallPtrSetImpl<BasicBlock *> &);
MemoryAccess *renameBlock(BasicBlock *, MemoryAccess *, bool);
void renameSuccessorPhis(BasicBlock *, MemoryAccess *, bool);
Expand Down

0 comments on commit 4cc56d2

Please sign in to comment.