[Hexagon] Remove unused struct InstTy (NFC)

This commit is contained in:
Kazu Hirata 2021-10-30 08:43:39 -07:00
parent 25043c8276
commit c5cd371cc9
1 changed files with 0 additions and 4 deletions

View File

@ -211,10 +211,6 @@ struct HexagonOperand : public MCParsedAsmOperand {
const MCExpr *Val; const MCExpr *Val;
}; };
struct InstTy {
OperandVector *SubInsts;
};
union { union {
struct TokTy Tok; struct TokTy Tok;
struct RegTy Reg; struct RegTy Reg;