mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-20 10:24:12 +00:00
Fix spelling/grammar.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9023 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -232,7 +232,7 @@ std::string Module::getTypeName(const Type *Ty) {
|
||||
// of all references that they are maintaining. This allows one to 'delete' a
|
||||
// whole module at a time, even though there may be circular references... first
|
||||
// all references are dropped, and all use counts go to zero. Then everything
|
||||
// is delete'd for real. Note that no operations are valid on an object that
|
||||
// is deleted for real. Note that no operations are valid on an object that
|
||||
// has "dropped all references", except operator delete.
|
||||
//
|
||||
void Module::dropAllReferences() {
|
||||
|
Reference in New Issue
Block a user