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);


        
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to