mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-09 04:15:58 +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
|
@ -719,8 +719,8 @@ void Module::genmoduleinfo()
|
|||
RTTIBuilder b(moduleinfo);
|
||||
|
||||
// some types
|
||||
LLType* moduleinfoTy = moduleinfo->type->irtype->getLLType();
|
||||
LLType* classinfoTy = Type::typeinfoclass->type->irtype->getLLType();
|
||||
LLType* moduleinfoTy = moduleinfo->type->ctype->getLLType();
|
||||
LLType* classinfoTy = Type::typeinfoclass->type->ctype->getLLType();
|
||||
|
||||
// importedModules[]
|
||||
std::vector<LLConstant*> importInits;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue