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;
|
const MCExpr *Val;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct InstTy {
|
|
||||||
OperandVector *SubInsts;
|
|
||||||
};
|
|
||||||
|
|
||||||
union {
|
union {
|
||||||
struct TokTy Tok;
|
struct TokTy Tok;
|
||||||
struct RegTy Reg;
|
struct RegTy Reg;
|
||||||
|
|
Loading…
Reference in New Issue