Remove dead return value.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28245 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2006-05-12 17:28:36 +00:00
parent e41102bb61
commit b923b2e04b

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