mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-02 09:33:59 +00:00
Remove dead code in the HexagonMCInst classes. This also fixes
a layering violation in the port and removes calls to getSubtargetImpl. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227883 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5b75139406
commit
dd0c5bb156
@ -69,10 +69,6 @@ MCInstrDesc const &HexagonMCInst::getDesc() const {
|
|||||||
return (MCII->get(getOpcode()));
|
return (MCII->get(getOpcode()));
|
||||||
}
|
}
|
||||||
|
|
||||||
MCInstrDesc const &HexagonMCInst::getDesc() const {
|
|
||||||
return (MCII->get(getOpcode()));
|
|
||||||
}
|
|
||||||
|
|
||||||
// Return the Hexagon ISA class for the insn.
|
// Return the Hexagon ISA class for the insn.
|
||||||
unsigned HexagonMCInst::getType() const {
|
unsigned HexagonMCInst::getType() const {
|
||||||
const uint64_t F = getDesc().TSFlags;
|
const uint64_t F = getDesc().TSFlags;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user