mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
Remove dead code in the HexagonMCInst classes. This also fixes
a layering violation in the port and removes calls to getSubtargetImpl. llvm-svn: 227883
This commit is contained in:
parent
bfcc1f0544
commit
a3a294848d
@ -69,10 +69,6 @@ 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;
|
||||
|
Loading…
Reference in New Issue
Block a user