mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-04 05:31:51 +00:00
Typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154879 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e9722e1e8b
commit
cf84d86761
@ -434,7 +434,7 @@ bool Module::MaterializeAllPermanently(std::string *ErrInfo) {
|
|||||||
//
|
//
|
||||||
|
|
||||||
|
|
||||||
// dropAllReferences() - This function causes all the subelementss to "let go"
|
// dropAllReferences() - This function causes all the subelements to "let go"
|
||||||
// of all references that they are maintaining. This allows one to 'delete' a
|
// 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
|
// 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
|
// all references are dropped, and all use counts go to zero. Then everything
|
||||||
|
Loading…
x
Reference in New Issue
Block a user