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:
Chris Lattner 2005-10-03 00:21:25 +00:00
parent 80bec12f96
commit 9390368970

View File

@ -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: