[mlir] Update function referenced in comment (NFC)

This commit is contained in:
Jacques Pienaar 2022-03-11 16:31:54 -08:00
parent 5017de8ba4
commit a547028d46

View 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