mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-03 00:20:40 +03:00
Rename Type::irtype to ctype for consistency with dmd and gdc
This commit is contained in:
parent
0f7a3b64c5
commit
66a392a5c2
14 changed files with 46 additions and 66 deletions
|
@ -254,7 +254,7 @@ DValue* DtoCastClass(Loc& loc, DValue* val, Type* _to)
|
|||
// get the from class
|
||||
ClassDeclaration* cd = fc->sym->isClassDeclaration();
|
||||
DtoResolveClass(cd); // add this
|
||||
IrTypeClass* typeclass = stripModifiers(fc)->irtype->isClass();
|
||||
IrTypeClass* typeclass = stripModifiers(fc)->ctype->isClass();
|
||||
|
||||
// find interface impl
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue