diff gen/tollvm.h @ 309:d59c363fccad trunk

[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.
author lindquist
date Sat, 28 Jun 2008 11:37:53 +0200
parents a95056b3c996
children 0d52412d5b1a
line wrap: on
line diff
--- a/gen/tollvm.h	Sat Jun 28 05:57:16 2008 +0200
+++ b/gen/tollvm.h	Sat Jun 28 11:37:53 2008 +0200
@@ -39,6 +39,7 @@
 // some types
 const LLType* DtoSize_t();
 const LLStructType* DtoInterfaceInfoType();
+const LLStructType* DtoMutexType();
 
 // getelementptr helpers
 LLValue* DtoGEP1(LLValue* ptr, LLValue* i0, const char* var=NULL, llvm::BasicBlock* bb=NULL);