mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-05-08 11:21:30 +02: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