forked from OSchip/llvm-project
[llvm][NFC] Remove deprecated InterleaveGroup::getAlignment() function.
Differential Revision: https://reviews.llvm.org/D101907
This commit is contained in:
parent
a065efa302
commit
040f4a97cd
|
@ -602,10 +602,6 @@ public:
|
|||
|
||||
bool isReverse() const { return Reverse; }
|
||||
uint32_t getFactor() const { return Factor; }
|
||||
LLVM_ATTRIBUTE_DEPRECATED(uint32_t getAlignment() const,
|
||||
"Use getAlign instead.") {
|
||||
return Alignment.value();
|
||||
}
|
||||
Align getAlign() const { return Alignment; }
|
||||
uint32_t getNumMembers() const { return Members.size(); }
|
||||
|
||||
|
|
Loading…
Reference in New Issue