mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-03-31 17:19:02 +02: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:
@@ -887,6 +887,10 @@ Expression::Expression(Loc loc, enum TOK op, int size)
|
||||
this->op = op;
|
||||
this->size = size;
|
||||
type = NULL;
|
||||
|
||||
#if IN_LLVM
|
||||
cachedLvalue = NULL;
|
||||
#endif
|
||||
}
|
||||
|
||||
Expression *Expression::syntaxCopy()
|
||||
|
||||
Reference in New Issue
Block a user