Skip to content

Commit 36b9c79

Browse files
committed
RequirementMachine: Remove redundant call to recordHomotopyGenerator()
1 parent 5c92cca commit 36b9c79

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/AST/RequirementMachine/RewriteSystemCompletion.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -583,9 +583,6 @@ RewriteSystem::computeConfluentCompletion(unsigned maxIterations,
583583
llvm::dbgs() << "$$ Loop: ";
584584
loop.dump(llvm::dbgs(), *this);
585585
llvm::dbgs() << "\n\n";
586-
587-
// Record the trivial loop.
588-
recordHomotopyGenerator(loop);
589586
}
590587
}
591588
});

0 commit comments

Comments
 (0)