diff gen/irstate.cpp @ 1586:7f728c52e63c

Fix several 'reaches end of function' warnings by making fatal noreturn. The warnings also pointed out a few genuine bugs. Replace some tabs with spaces.
author Christian Kamm <kamm incasoftware de>
date Fri, 06 Nov 2009 21:51:41 +0100
parents 61f12f4651b5
children
line wrap: on
line diff
--- a/gen/irstate.cpp	Thu Oct 22 13:30:30 2009 +0200
+++ b/gen/irstate.cpp	Fri Nov 06 21:51:41 2009 +0100
@@ -39,6 +39,7 @@
     begin = rhs.begin;
     end = rhs.end;
     builder.SetInsertPoint(begin);
+    return *this;
 }
 
 //////////////////////////////////////////////////////////////////////////////////////////