forked from OSchip/llvm-project
NFC: Update VectorOrTensor -> Shaped
This was missed when the type was renamed. PiperOrigin-RevId: 275082588
This commit is contained in:
parent
54a8473470
commit
a3726a13f7
|
@ -117,7 +117,7 @@ struct FunctionTypeStorage : public TypeStorage {
|
|||
Type const *inputsAndResults;
|
||||
};
|
||||
|
||||
/// VectorOrTensor Type Storage.
|
||||
/// Shaped Type Storage.
|
||||
struct ShapedTypeStorage : public TypeStorage {
|
||||
ShapedTypeStorage(Type elementType, unsigned subclassData = 0)
|
||||
: TypeStorage(subclassData), elementType(elementType) {}
|
||||
|
|
Loading…
Reference in New Issue