Rename functions

This commit is contained in:
Ivan 2017-11-09 21:59:26 +03:00
parent 5426ffbd3d
commit c839e9dfd0
5 changed files with 18 additions and 18 deletions

View file

@ -901,7 +901,7 @@ void DtoResolveVariable(VarDeclaration *vd) {
applyVarDeclUDAs(vd, gvar);
if (varIr->dynamicCompileConst) {
addRuntimeCompiledVar(gIR, varIr);
addDynamicCompiledVar(gIR, varIr);
}
IF_LOG Logger::cout() << *gvar << '\n';