[mlir] Update function referenced in comment (NFC)
authorJacques Pienaar <jpienaar@google.com>
Sat, 12 Mar 2022 00:31:54 +0000 (16:31 -0800)
committerJacques Pienaar <jpienaar@google.com>
Sat, 12 Mar 2022 00:36:47 +0000 (16:36 -0800)
mlir/include/mlir/Support/StorageUniquer.h

index d03d30e..f167fe4 100644 (file)
@@ -77,8 +77,8 @@ using has_impltype_hash_t = decltype(ImplTy::hashKey(std::declval<T>()));
 ///      one-time assignment of the mutable component.
 ///
 /// All storage classes must be registered with the uniquer via
-/// `registerStorageType` using an appropriate unique `TypeID` for the storage
-/// class.
+/// `registerParametricStorageType` or `registerSingletonStorageType`
+/// using an appropriate unique `TypeID` for the storage class.
 class StorageUniquer {
 public:
   /// This class acts as the base storage that all storage classes must derived