mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-28 17:43:14 +01:00
[svn r205] moved some local static variables used for memset and memcpy intrinsics to IrState
This commit is contained in:
@@ -53,6 +53,10 @@ IRState::IRState()
|
||||
emitMain = false;
|
||||
mainFunc = 0;
|
||||
ir.state = this;
|
||||
llvm_DeclareMemSet32 = NULL;
|
||||
llvm_DeclareMemSet64 = NULL;
|
||||
llvm_DeclareMemCpy32 = NULL;
|
||||
llvm_DeclareMemCpy64 = NULL;
|
||||
}
|
||||
|
||||
IrFunction* IRState::func()
|
||||
|
||||
Reference in New Issue
Block a user