mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Review changes.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user