forked from OSchip/llvm-project
[flang][NFC] Remove unused/duplicated kStridePosInDim
kStridePosInDim is a duplicate of kDimStridePos and is not used. Just remove it. Reviewed By: kiranchandramohan Differential Revision: https://reviews.llvm.org/D117784
This commit is contained in:
parent
75017db08c
commit
81cbbe3e17
|
@ -31,9 +31,9 @@ static constexpr unsigned kTypePosInBox = 4;
|
|||
static constexpr unsigned kAttributePosInBox = 5;
|
||||
static constexpr unsigned kF18AddendumPosInBox = 6;
|
||||
static constexpr unsigned kDimsPosInBox = 7;
|
||||
static constexpr unsigned kStridePosInDim = 2;
|
||||
static constexpr unsigned kOptTypePtrPosInBox = 8;
|
||||
static constexpr unsigned kOptRowTypePosInBox = 9;
|
||||
|
||||
// Position of the different values in [dims]
|
||||
static constexpr unsigned kDimLowerBoundPos = 0;
|
||||
static constexpr unsigned kDimExtentPos = 1;
|
||||
|
|
Loading…
Reference in New Issue