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
This commit is contained in:
Misha Brukman 2003-10-17 18:26:51 +00:00
parent 5358bc39c1
commit 9573b91c32

View File

@ -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.
///