80-col fixup.
authorEric Christopher <echristo@gmail.com>
Mon, 2 Feb 2015 22:28:46 +0000 (22:28 +0000)
committerEric Christopher <echristo@gmail.com>
Mon, 2 Feb 2015 22:28:46 +0000 (22:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227879 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Hexagon/MCTargetDesc/HexagonMCInst.cpp

index d8b9a2567eeb9e0952295a7b44d14704ac1cc175..60af87ce2eed6ea109a8fdfc39dc276073b15d2d 100644 (file)
@@ -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 {