1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 12:02:58 +02:00

80-col fixup.

llvm-svn: 227879
This commit is contained in:
Eric Christopher 2015-02-02 22:28:46 +00:00
parent cddc0aa5d2
commit 922293f3ca

View 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 {