Add comments to UnusedPruner

This commit is contained in:
chriseth
2018-02-06 10:15:41 +00:00
committed by Alex Beregszaszi
parent 33b27258e4
commit 0b8060648e
2 changed files with 9 additions and 0 deletions
+2
View File
@@ -49,8 +49,10 @@ public:
using ASTModifier::operator();
virtual void operator()(Block& _block) override;
// @returns true iff the code changed in the previous run.
bool shouldRunAgain() const { return m_shouldRunAgain; }
// Run the pruner until the code does not change anymore.
static void runUntilStabilised(Block& _ast);
private: