HexagonMCInst.h: Qualify constants explicitly to appease msc17.

llvm-svn: 223325
This commit is contained in:
NAKAMURA Takumi 2014-12-04 00:26:39 +00:00
parent 6574e11145
commit 597fbb5230
1 changed files with 2 additions and 2 deletions

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.