projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5358bc3
)
Return the Module being materialized to avoid always calling getModule().
author
Misha Brukman
<brukman+llvm@gmail.com>
Fri, 17 Oct 2003 18:26:51 +0000
(18:26 +0000)
committer
Misha Brukman
<brukman+llvm@gmail.com>
Fri, 17 Oct 2003 18:26:51 +0000
(18:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9198
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/ModuleProvider.h
patch
|
blob
|
history
diff --git
a/include/llvm/ModuleProvider.h
b/include/llvm/ModuleProvider.h
index 8f7010360ccfe5ab0f315fdceed0021a878cf299..847fda985ba59b6c874d67e5baeaf55b5cfb5d9f 100644
(file)
--- 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.
///