1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

Remove dead return value.

llvm-svn: 28245
This commit is contained in:
Chris Lattner 2006-05-12 17:28:36 +00:00
parent db5b91f6a8
commit 60dfdded64

View File

@ -360,7 +360,7 @@ Module *BugDriver::ExtractMappedBlocksFromModule(const
std::cout << "*** Basic Block extraction failed, please report a bug!\n";
M = swapProgramIn(M);
EmitProgressBytecode("basicblockextractfail", true);
M = swapProgramIn(M);
swapProgramIn(M);
}
return Ret;
}