mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-05-05 01:41:30 +02:00
Re-enable SymOffExp and remove associated LLVM-only modifications.
This commit is contained in:
@@ -753,12 +753,11 @@ struct SymOffExp : SymbolExp
|
||||
MATCH implicitConvTo(Type *t);
|
||||
Expression *castTo(Scope *sc, Type *t);
|
||||
|
||||
#if IN_DMD
|
||||
dt_t **toDt(dt_t **pdt);
|
||||
#endif
|
||||
|
||||
#if IN_LLVM
|
||||
DValue* toElem(IRState* irs);
|
||||
llvm::Constant* toConstElem(IRState* irs);
|
||||
#else
|
||||
dt_t **toDt(dt_t **pdt);
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user