1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Revert patch. It broke the build.

llvm-svn: 153314
This commit is contained in:
Bill Wendling 2012-03-23 07:21:18 +00:00
parent 7a619e6790
commit 8ccd2dbb01

View File

@ -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;