80-col fixup.
[oota-llvm.git] / lib / Target / Hexagon / MCTargetDesc / HexagonMCInst.cpp
index 30da7d1b02f7d06419a0659638bbbbec09a15793..4430082eb9d7f3de4707c5bad2ac8cf8c2b7731b 100644 (file)
@@ -69,6 +69,10 @@ MCInstrDesc const &HexagonMCInst::getDesc() const {
   return (MCII->get(getOpcode()));
 }
 
+MCInstrDesc const &HexagonMCInst::getDesc() const {
+  return (MCII->get(getOpcode()));
+}
+
 // Return the Hexagon ISA class for the insn.
 unsigned HexagonMCInst::getType() const {
   const uint64_t F = getDesc().TSFlags;