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

@@ -938,7 +938,7 @@ void FuncDeclaration::semantic3(Scope *sc)
semantic3Errors = 0;
#if IN_LLVM
if (!global.params.useAvailableExternally)
if (!global.inExtraInliningSemantic)
availableExternally = false;
#endif