mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-16 21:03:14 +01:00
Add some missing returns.
This commit is contained in:
@@ -262,6 +262,7 @@ namespace {
|
||||
|
||||
bool doInitialization(Module &M) {
|
||||
this->M = &M;
|
||||
return false;
|
||||
}
|
||||
|
||||
bool runOnFunction(Function &F);
|
||||
|
||||
Reference in New Issue
Block a user