mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-06-17 06:04:09 +02:00
Added missing initializer of (LDC introduced) Expression::cachedLvalue in D2 frontend.
This commit is contained in:
@@ -1054,6 +1054,7 @@ DValue* DotVarExp::toElem(IRState* p)
|
||||
|
||||
if (cachedLvalue)
|
||||
{
|
||||
Logger::println("using cached lvalue");
|
||||
LLValue *V = cachedLvalue;
|
||||
cachedLvalue = NULL;
|
||||
VarDeclaration* vd = var->isVarDeclaration();
|
||||
|
||||
Reference in New Issue
Block a user