From: Misha Brukman Date: Fri, 17 Oct 2003 18:26:51 +0000 (+0000) Subject: Return the Module being materialized to avoid always calling getModule(). X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9573b91c322511fdcd727057dc058ee8c0fdc19c;p=oota-llvm.git Return the Module being materialized to avoid always calling getModule(). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9198 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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. ///