[llvm] r227879 - 80-col fixup.
Eric Christopher
echristo at gmail.com
Mon Feb 2 14:28:47 PST 2015
Author: echristo
Date: Mon Feb 2 16:28:46 2015
New Revision: 227879
URL: http://llvm.org/viewvc/llvm-project?rev=227879&view=rev
Log:
80-col fixup.
Modified:
llvm/trunk/lib/Target/Hexagon/MCTargetDesc/HexagonMCInst.cpp
Modified: llvm/trunk/lib/Target/Hexagon/MCTargetDesc/HexagonMCInst.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/Hexagon/MCTargetDesc/HexagonMCInst.cpp?rev=227879&r1=227878&r2=227879&view=diff
==============================================================================
--- llvm/trunk/lib/Target/Hexagon/MCTargetDesc/HexagonMCInst.cpp (original)
+++ llvm/trunk/lib/Target/Hexagon/MCTargetDesc/HexagonMCInst.cpp Mon Feb 2 16:28:46 2015
@@ -77,7 +77,9 @@ unsigned HexagonMCInst::getUnits(const H
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 {
More information about the llvm-commits
mailing list