mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
[yulopti] Run disambiguator after VarNameCleaner
- This is a trivial change and it makes it safe to use in combination with other step.
This commit is contained in:
parent
2ee7e6042b
commit
ed5210490d
@ -180,6 +180,8 @@ public:
|
|||||||
break;
|
break;
|
||||||
case 'l':
|
case 'l':
|
||||||
VarNameCleaner::run(context, *m_ast);
|
VarNameCleaner::run(context, *m_ast);
|
||||||
|
// VarNameCleaner destroys the unique names guarantee of the disambiguator.
|
||||||
|
disambiguated = false;
|
||||||
break;
|
break;
|
||||||
case 'x':
|
case 'x':
|
||||||
ExpressionSplitter::run(context, *m_ast);
|
ExpressionSplitter::run(context, *m_ast);
|
||||||
|
Loading…
Reference in New Issue
Block a user