summaryrefslogtreecommitdiffstats
path: root/lib/Linker/LinkModules.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Linker/LinkModules.cpp')
-rw-r--r--lib/Linker/LinkModules.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/Linker/LinkModules.cpp b/lib/Linker/LinkModules.cpp
index dca523c..02905bc 100644
--- a/lib/Linker/LinkModules.cpp
+++ b/lib/Linker/LinkModules.cpp
@@ -1226,7 +1226,6 @@ bool ModuleLinker::run() {
}
linkFunctionBody(cast<Function>(ValueMap[SF]), SF);
- SF->Dematerialize();
}
// Resolve all uses of aliases with aliasees.
@@ -1266,8 +1265,7 @@ bool ModuleLinker::run() {
// Link in function body.
linkFunctionBody(DF, SF);
- SF->Dematerialize();
-
+
// "Remove" from vector by setting the element to 0.
*I = 0;