[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:
cameel
2020-01-30 17:35:27 +01:00
committed by chriseth
parent 2ee7e6042b
commit ed5210490d
+2
View File
@@ -180,6 +180,8 @@ public:
break;
case 'l':
VarNameCleaner::run(context, *m_ast);
// VarNameCleaner destroys the unique names guarantee of the disambiguator.
disambiguated = false;
break;
case 'x':
ExpressionSplitter::run(context, *m_ast);