Fix a comment to imply the correct semantics.
llvm-svn: 18097
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user