summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCInst.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCInst.h b/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCInst.h
index 591109221d5..e8d95537235 100644
--- a/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCInst.h
+++ b/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCInst.h
@@ -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.
OpenPOWER on IntegriCloud