From: Eric Christopher Date: Mon, 2 Feb 2015 22:28:46 +0000 (+0000) Subject: 80-col fixup. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=caf706bf9a83a7995505e9df5e08c6a56e91c348;p=oota-llvm.git 80-col fixup. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227879 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/Hexagon/MCTargetDesc/HexagonMCInst.cpp b/lib/Target/Hexagon/MCTargetDesc/HexagonMCInst.cpp index d8b9a2567ee..60af87ce2ee 100644 --- a/lib/Target/Hexagon/MCTargetDesc/HexagonMCInst.cpp +++ b/lib/Target/Hexagon/MCTargetDesc/HexagonMCInst.cpp @@ -77,7 +77,9 @@ unsigned HexagonMCInst::getUnits(const HexagonTargetMachine *TM) const { return (IS->getUnits()); } -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 {