mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-27 13:42:24 +00:00
This member can be const too
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23600 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
80bec12f96
commit
9390368970
@ -45,7 +45,7 @@ public:
|
||||
typedef const unsigned* const_iterator;
|
||||
|
||||
private:
|
||||
MVT::ValueType VT;
|
||||
const MVT::ValueType VT;
|
||||
const unsigned RegSize, Alignment; // Size & Alignment of register in bytes
|
||||
const iterator RegsBegin, RegsEnd;
|
||||
public:
|
||||
|
Loading…
x
Reference in New Issue
Block a user