global.params.useAvailableExternally -> global.inExtraInliningSemantic.

This will hopefully make the associated code a bit easier
to read.
This commit is contained in:
David Nadlinger
2013-04-01 21:17:13 +02:00
parent 5884f884ed
commit b8cdfad8c0
6 changed files with 9 additions and 8 deletions

View File

@@ -1009,7 +1009,7 @@ int main(int argc, char** argv)
// inlining is unlikely to be important for test builds anyway.
if (!global.params.symdebug && willInline() && !global.params.useUnitTests)
{
global.params.useAvailableExternally = true;
global.inExtraInliningSemantic = true;
Logger::println("Running some extra semantic3's for inlining purposes");
{
// Do pass 3 semantic analysis on all imported modules,