From: Eric Christopher Date: Mon, 2 Feb 2015 22:40:51 +0000 (+0000) Subject: 80-col fixup. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=5b75139406fd5795902ab84ce4d3e70aa58dc096;p=oota-llvm.git 80-col fixup. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227882 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/Hexagon/MCTargetDesc/HexagonMCInst.cpp b/lib/Target/Hexagon/MCTargetDesc/HexagonMCInst.cpp index 30da7d1b02f..4430082eb9d 100644 --- a/lib/Target/Hexagon/MCTargetDesc/HexagonMCInst.cpp +++ b/lib/Target/Hexagon/MCTargetDesc/HexagonMCInst.cpp @@ -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;