HexagonMCInst.h: Qualify constants explicitly to appease msc17.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223325 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
NAKAMURA Takumi 2014-12-04 00:26:39 +00:00
parent 471e834c8d
commit f769980c77

View File

@ -45,10 +45,10 @@ public:
void setPacketBegin(bool Y);
bool isPacketBegin() const;
size_t const packetBeginIndex = 0;
static const size_t packetBeginIndex = 0;
void setPacketEnd(bool Y);
bool isPacketEnd() const;
size_t const packetEndIndex = 1;
static const size_t packetEndIndex = 1;
void resetPacket();
// Return the slots used by the insn.