mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-11 18:33:14 +01:00
- Versioned Expresssion::toElem with #if IN_DMD/IN_LLVM.
- Eliminated the DLRValue DValue. - Implemented proactive handling of l-value CastExpS. - Minor tweak in runtime memory.d .
This commit is contained in:
@@ -78,15 +78,3 @@ LLValue* DConstValue::getRVal()
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
/////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Type*& DLRValue::getLType()
|
||||
{
|
||||
if (DLRValue* lr = lvalue->isLRValue())
|
||||
{
|
||||
return lr->getLType();
|
||||
}
|
||||
else
|
||||
{
|
||||
return lvalue->getType();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user