diff gen/passes/GarbageCollect2Stack.cpp @ 1438:c363d131c1ef

Add some missing returns.
author Frits van Bommel <fvbommel wxs.nl>
date Sat, 30 May 2009 23:48:22 +0200
parents ad999630aa35
children 9ed0695cb93c
line wrap: on
line diff
--- a/gen/passes/GarbageCollect2Stack.cpp	Sat May 30 14:57:48 2009 -0600
+++ b/gen/passes/GarbageCollect2Stack.cpp	Sat May 30 23:48:22 2009 +0200
@@ -262,6 +262,7 @@
         
         bool doInitialization(Module &M) {
             this->M = &M;
+            return false;
         }
         
         bool runOnFunction(Function &F);