Review changes.

This commit is contained in:
chriseth
2019-02-25 11:58:37 +01:00
parent d564c24f30
commit cc88c517a2
5 changed files with 21 additions and 27 deletions
+1 -1
View File
@@ -161,7 +161,7 @@ private:
/// Current positions of equivalence classes, equal to the empty set if already deleted.
std::map<Id, std::set<int>> m_classPositions;
/// The actual eqivalence class items and how to compute them.
/// The actual equivalence class items and how to compute them.
ExpressionClasses& m_expressionClasses;
/// Keeps information about which storage or memory slots were written to by which operations.
/// The operations are sorted ascendingly by sequence number.