mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-01 23:50:43 +03:00
Rename functions
This commit is contained in:
parent
5426ffbd3d
commit
c839e9dfd0
5 changed files with 18 additions and 18 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue