mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-19 02:42:58 +00:00
Remove unused variable. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221497 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cce2cdd98a
commit
7d60fe047a
@ -34,7 +34,6 @@ getLazyIRModule(std::unique_ptr<MemoryBuffer> Buffer, SMDiagnostic &Err,
|
||||
LLVMContext &Context) {
|
||||
if (isBitcode((const unsigned char *)Buffer->getBufferStart(),
|
||||
(const unsigned char *)Buffer->getBufferEnd())) {
|
||||
std::string ErrMsg;
|
||||
ErrorOr<Module *> ModuleOrErr =
|
||||
getLazyBitcodeModule(std::move(Buffer), Context);
|
||||
if (std::error_code EC = ModuleOrErr.getError()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user