projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1eb154
)
[NFC] Remove stray comment.
author
Alina Sbirlea
<asbirlea@google.com>
Mon, 14 Dec 2020 19:19:01 +0000
(11:19 -0800)
committer
Alina Sbirlea
<asbirlea@google.com>
Mon, 14 Dec 2020 19:19:17 +0000
(11:19 -0800)
llvm/include/llvm/Support/GenericDomTree.h
patch
|
blob
|
history
diff --git
a/llvm/include/llvm/Support/GenericDomTree.h
b/llvm/include/llvm/Support/GenericDomTree.h
index
4bed550
..
d2d7c8c
100644
(file)
--- a/
llvm/include/llvm/Support/GenericDomTree.h
+++ b/
llvm/include/llvm/Support/GenericDomTree.h
@@
-554,7
+554,6
@@
protected:
/// obtained PostViewCFG is the desired end state.
void applyUpdates(ArrayRef<UpdateType> Updates,
ArrayRef<UpdateType> PostViewUpdates) {
- // GraphDiff<NodePtr, IsPostDom> *PostViewCFG = nullptr) {
if (Updates.empty()) {
GraphDiff<NodePtr, IsPostDom> PostViewCFG(PostViewUpdates);
DomTreeBuilder::ApplyUpdates(*this, PostViewCFG, &PostViewCFG);