diff options
author | Mehdi Amini <joker.eph@gmail.com> | 2020-07-27 04:50:08 +0000 |
---|---|---|
committer | Mehdi Amini <joker.eph@gmail.com> | 2020-07-27 04:50:08 +0000 |
commit | 1c93f09bf34c2f7a9e6b1753cc2edb41609cd544 (patch) | |
tree | 97f87a2e3535c04a5a6bcb8dcb58f7a0480077cc /llvm/lib/CodeGen/LocalStackSlotAllocation.cpp | |
parent | fae221e7ad5a94ed7697c13d169db18d253f5f15 (diff) | |
download | llvm-1c93f09bf34c2f7a9e6b1753cc2edb41609cd544.zip llvm-1c93f09bf34c2f7a9e6b1753cc2edb41609cd544.tar.gz llvm-1c93f09bf34c2f7a9e6b1753cc2edb41609cd544.tar.bz2 |
Remove declaration of constexpr member kDynamicSize in MemRefType
This member is already publicly declared on the base class. The
redundant declaration is mangled differently though and in some
unoptimized build it requires a definition to also exist. However we
have a definition for the base ShapedType class, removing the
declaration here will redirect every use to the base class member
instead.
Differential Revision: https://reviews.llvm.org/D84615
Diffstat (limited to 'llvm/lib/CodeGen/LocalStackSlotAllocation.cpp')
0 files changed, 0 insertions, 0 deletions