diff ir/irfunction.cpp @ 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 d8357f7004ca
line wrap: on
line diff
--- a/ir/irfunction.cpp	Sat Jun 28 05:57:16 2008 +0200
+++ b/ir/irfunction.cpp	Sat Jun 28 11:37:53 2008 +0200
@@ -1,3 +1,5 @@
+
+#include "gen/llvm.h"
 #include "gen/tollvm.h"
 #include "ir/irfunction.h"
 
@@ -27,9 +29,4 @@
 
     srcfileArg = NULL;
     msgArg = NULL;
-    inVolatile = false;
 }
-
-IrFunction::~IrFunction()
-{
-}