diff --git a/include/llvm/ModuleProvider.h b/include/llvm/ModuleProvider.h index 8f7010360cc..847fda985ba 100644 --- a/include/llvm/ModuleProvider.h +++ b/include/llvm/ModuleProvider.h @@ -32,7 +32,7 @@ public: /// materializeModule - make sure the entire Module has been completely read. /// - void materializeModule(); + Module* materializeModule(); /// releaseModule - no longer delete the Module* when provider is destroyed. ///