mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 21:00:29 +00:00
Ignore the last message.
llvm-svn: 153315
This commit is contained in:
parent
8ccd2dbb01
commit
1d514781a9
@ -1226,6 +1226,7 @@ bool ModuleLinker::run() {
|
||||
}
|
||||
|
||||
linkFunctionBody(cast<Function>(ValueMap[SF]), SF);
|
||||
SF->Dematerialize();
|
||||
}
|
||||
|
||||
// Resolve all uses of aliases with aliasees.
|
||||
@ -1265,7 +1266,8 @@ bool ModuleLinker::run() {
|
||||
|
||||
// Link in function body.
|
||||
linkFunctionBody(DF, SF);
|
||||
|
||||
SF->Dematerialize();
|
||||
|
||||
// "Remove" from vector by setting the element to 0.
|
||||
*I = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user