diff gen/irstate.cpp @ 262:88252a1af660 trunk

[svn r280] Fixed a bunch of issues with switch statements. Ended up a bit far reaching...
author lindquist
date Sat, 14 Jun 2008 05:13:49 +0200
parents e3355ce5444b
children d59c363fccad
line wrap: on
line diff
--- a/gen/irstate.cpp	Fri Jun 13 08:21:11 2008 +0200
+++ b/gen/irstate.cpp	Sat Jun 14 05:13:49 2008 +0200
@@ -39,7 +39,7 @@
 {
     begin = b;
     end = e;
-    builder.SetInsertPoint(b);
+    //builder.SetInsertPoint(b);
     this->s = s;
     this->enclosingtryfinally = enclosingtryfinally;
 }