mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-04 09:00:33 +03:00
[svn r330] Implemented synchronized statements.
Changed the tryfinally handlers to a more generalized EnclosingHandler. Changed ClassInfoS to be mutable so they can be used as locks. Added new BB after throw ala return/break etc.
This commit is contained in:
parent
ac3744a59d
commit
0d160ffc76
16 changed files with 350 additions and 177 deletions
|
@ -1,3 +1,5 @@
|
|||
|
||||
#include "gen/llvm.h"
|
||||
#include "gen/tollvm.h"
|
||||
#include "ir/irfunction.h"
|
||||
|
||||
|
@ -27,9 +29,4 @@ IrFunction::IrFunction(FuncDeclaration* fd)
|
|||
|
||||
srcfileArg = NULL;
|
||||
msgArg = NULL;
|
||||
inVolatile = false;
|
||||
}
|
||||
|
||||
IrFunction::~IrFunction()
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue