mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-21 18:31:36 +00:00
Fix a comment to imply the correct semantics.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18097 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
80fd9b4e08
commit
93ee7dc430
@ -412,7 +412,7 @@ llvm::GetBytecodeSymbols(const unsigned char*Buffer, unsigned Length,
|
||||
return MP;
|
||||
|
||||
} catch (...) {
|
||||
// We only delete the ModuleProvider here because its destructor will
|
||||
// We delete only the ModuleProvider here because its destructor will
|
||||
// also delete the Module (we used materializeModule not releaseModule).
|
||||
delete MP;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user