llvm-svn: 154879
This commit is contained in:
Eric Christopher 2012-04-16 23:54:31 +00:00
parent a8caa739de
commit 7df0240e52
1 changed files with 1 additions and 1 deletions

View File

@ -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
// 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