OSDN Git Service
(root)
/
android-x86
/
external-llvm-project.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70de324
)
[MemorySSA] Remove unused declaration determineInsertionPoint (NFC)
author
Kazu Hirata
<kazu@google.com>
Wed, 9 Dec 2020 03:21:44 +0000
(19:21 -0800)
committer
Kazu 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
patch
|
blob
|
history
diff --git
a/llvm/include/llvm/Analysis/MemorySSA.h
b/llvm/include/llvm/Analysis/MemorySSA.h
index
a1511aa
..
fc9d6d7
100644
(file)
--- a/
llvm/include/llvm/Analysis/MemorySSA.h
+++ b/
llvm/include/llvm/Analysis/MemorySSA.h
@@
-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);