mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-03-05 20:03:28 +01:00
[svn r229] Updated the object.d implementation to the latest Tango.
Fixed a bunch of the built-in typeinfos for arrays, they did not inherit TypeInfo_Array. Applied patch to tango/text/convert/Layout.d by fvbommel, closes #47 . Cleaned up some type code. Replaced uses of llvm::Type with LLType (a typedef), same for Value and Constant. Fixed a few cases where typeinfo for user structs could be emitted multiple times, seems to still be some cases of this :/
This commit is contained in:
@@ -53,11 +53,6 @@ IRState::IRState()
|
||||
emitMain = false;
|
||||
mainFunc = 0;
|
||||
ir.state = this;
|
||||
llvm_DeclareMemSet32 = NULL;
|
||||
llvm_DeclareMemSet64 = NULL;
|
||||
llvm_DeclareMemCpy32 = NULL;
|
||||
llvm_DeclareMemCpy64 = NULL;
|
||||
llvm_DeclareMemBarrier = NULL;
|
||||
}
|
||||
|
||||
IrFunction* IRState::func()
|
||||
|
||||
Reference in New Issue
Block a user