Add some missing returns.

This commit is contained in:
Frits van Bommel
2009-05-30 23:48:22 +02:00
parent 2e6e578ea1
commit c8b10643f9
2 changed files with 2 additions and 1 deletions

View File

@@ -262,6 +262,7 @@ namespace {
bool doInitialization(Module &M) {
this->M = &M;
return false;
}
bool runOnFunction(Function &F);