Name displacer.

This commit is contained in:
chriseth
2019-06-19 14:55:38 +02:00
parent ee89a0353e
commit d7b366ff46
12 changed files with 246 additions and 4 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ void OptimiserSuite::run(
// None of the above can make stack problems worse.
NameDispenser dispenser{_dialect, ast};
NameDispenser dispenser{_dialect, ast, reservedIdentifiers};
size_t codeSize = 0;
for (size_t rounds = 0; rounds < 12; ++rounds)