mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-09 16:45:03 +00:00
80-col fixup.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227879 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
07980e9ade
commit
caf706bf9a
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user