mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-11 18:33:14 +01:00
[svn r221] Update: Switched to the 2.3 LLVM svn branch, http://llvm.org/svn/llvm-project/llvm/branches/release_23 .
Fixed: Implemented volatile statements. Uses the LLVM memory barrier intrinsic, closes #21 .
This commit is contained in:
@@ -26,6 +26,7 @@ IrFunction::IrFunction(FuncDeclaration* fd)
|
||||
dwarfSubProg = NULL;
|
||||
|
||||
srcfileArg = NULL;
|
||||
inVolatile = false;
|
||||
}
|
||||
|
||||
IrFunction::~IrFunction()
|
||||
|
||||
Reference in New Issue
Block a user