80-col fixup.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227882 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Christopher 2015-02-02 22:40:51 +00:00
parent 0481d781da
commit 5b75139406

View File

@ -69,6 +69,10 @@ 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 {
const uint64_t F = getDesc().TSFlags;