forked from OSchip/llvm-project
[Hexagon] Remove unused struct InstTy (NFC)
This commit is contained in:
parent
25043c8276
commit
c5cd371cc9
|
@ -211,10 +211,6 @@ struct HexagonOperand : public MCParsedAsmOperand {
|
|||
const MCExpr *Val;
|
||||
};
|
||||
|
||||
struct InstTy {
|
||||
OperandVector *SubInsts;
|
||||
};
|
||||
|
||||
union {
|
||||
struct TokTy Tok;
|
||||
struct RegTy Reg;
|
||||
|
|
Loading…
Reference in New Issue