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:
parent
db5b91f6a8
commit
60dfdded64
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user