[PATCH] D125187: [llvm] Fix comment nits in Module class, NFC.

Xiaodong Liu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat May 14 02:45:04 PDT 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG7ff7001ba949: [llvm] Fix comment nits in Module class, NFC. (authored by XiaodongLoong).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D125187/new/

https://reviews.llvm.org/D125187

Files:
  llvm/include/llvm/IR/Module.h


Index: llvm/include/llvm/IR/Module.h
===================================================================
--- llvm/include/llvm/IR/Module.h
+++ llvm/include/llvm/IR/Module.h
@@ -58,9 +58,9 @@
 /// other modules) this module depends on, a symbol table, and various data
 /// about the target's characteristics.
 ///
-/// A module maintains a GlobalValRefMap object that is used to hold all
+/// A module maintains a GlobalList object that is used to hold all
 /// constant references to global variables in the module.  When a global
-/// variable is destroyed, it should have no entries in the GlobalValueRefMap.
+/// variable is destroyed, it should have no entries in the GlobalList.
 /// The main container class for the LLVM Intermediate Representation.
 class LLVM_EXTERNAL_VISIBILITY Module {
   /// @name Types And Enumerations


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125187.429427.patch
Type: text/x-patch
Size: 834 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220514/5fc4cab2/attachment.bin>


More information about the llvm-commits mailing list