Remove innacurate comments.

This commit is contained in:
Morgan Phillips
2016-07-28 17:51:50 -07:00
parent 858d756631
commit a9748dff02

View File

@@ -140,8 +140,6 @@ impl ControlFlowGraph {
}
}
} else if !black.contains(&node) {
// This is a gray node, now becoming black.
// We dont need to mark it since we wont see it again.
postorder.push(node.clone());
black.insert(node.clone());
}