diff ir/irfunction.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 e0b6040585b4
children e9c93739bc4c
line wrap: on
line diff
--- a/ir/irfunction.h	Sat Jun 28 05:57:16 2008 +0200
+++ b/ir/irfunction.h	Sat Jun 28 11:37:53 2008 +0200
@@ -25,10 +25,7 @@
     llvm::AllocaInst* srcfileArg;
     llvm::AllocaInst* msgArg;
 
-    bool inVolatile;
-
     IrFunction(FuncDeclaration* fd);
-    virtual ~IrFunction();
 };
 
 #endif