[llvm-branch-commits] [llvm] 5a2d954 - [NFC] Remove stray comment.
Alina Sbirlea via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Dec 14 11:23:56 PST 2020
Author: Alina Sbirlea
Date: 2020-12-14T11:19:17-08:00
New Revision: 5a2d954671e91e63e2f944cce31bdcc232c8ecc2
URL: https://github.com/llvm/llvm-project/commit/5a2d954671e91e63e2f944cce31bdcc232c8ecc2
DIFF: https://github.com/llvm/llvm-project/commit/5a2d954671e91e63e2f944cce31bdcc232c8ecc2.diff
LOG: [NFC] Remove stray comment.
Added:
Modified:
llvm/include/llvm/Support/GenericDomTree.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/Support/GenericDomTree.h b/llvm/include/llvm/Support/GenericDomTree.h
index 4bed550f44c0..d2d7c8c4481d 100644
--- a/llvm/include/llvm/Support/GenericDomTree.h
+++ b/llvm/include/llvm/Support/GenericDomTree.h
@@ -554,7 +554,6 @@ class DominatorTreeBase {
/// 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);
More information about the llvm-branch-commits
mailing list