[Mlir-commits] [mlir] a547028 - [mlir] Update function referenced in comment (NFC)

Jacques Pienaar llvmlistbot at llvm.org
Fri Mar 11 16:37:19 PST 2022


Author: Jacques Pienaar
Date: 2022-03-11T16:36:47-08:00
New Revision: a547028d46b96be48e19fe3f1cbe1718d48ba318

URL: https://github.com/llvm/llvm-project/commit/a547028d46b96be48e19fe3f1cbe1718d48ba318
DIFF: https://github.com/llvm/llvm-project/commit/a547028d46b96be48e19fe3f1cbe1718d48ba318.diff

LOG: [mlir] Update function referenced in comment (NFC)

Added: 
    

Modified: 
    mlir/include/mlir/Support/StorageUniquer.h

Removed: 
    


################################################################################
diff  --git a/mlir/include/mlir/Support/StorageUniquer.h b/mlir/include/mlir/Support/StorageUniquer.h
index d03d30ee5bbcb..f167fe490f753 100644
--- a/mlir/include/mlir/Support/StorageUniquer.h
+++ b/mlir/include/mlir/Support/StorageUniquer.h
@@ -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


        


More information about the Mlir-commits mailing list