[NFC] Remove stray comment.
authorAlina Sbirlea <asbirlea@google.com>
Mon, 14 Dec 2020 19:19:01 +0000 (11:19 -0800)
committerAlina Sbirlea <asbirlea@google.com>
Mon, 14 Dec 2020 19:19:17 +0000 (11:19 -0800)
llvm/include/llvm/Support/GenericDomTree.h

index 4bed550..d2d7c8c 100644 (file)
@@ -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);