forked from OSchip/llvm-project
[MemorySSA] Remove unused declaration findDominatingDef (NFC)
The function definition was removed on Feb 22, 2017 in commit
17e8d0eae2
. The declaration has
remained since.
This commit is contained in:
parent
b346322019
commit
4cc56d2b19
|
@ -857,7 +857,6 @@ private:
|
|||
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);
|
||||
|
|
Loading…
Reference in New Issue