mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-20 09:30:43 +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…
Reference in New Issue
Block a user