mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-04 01:43:06 +00:00
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:
parent
5358bc39c1
commit
9573b91c32
@ -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.
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user