[Hexagon] Remove unused struct InstTy (NFC)
authorKazu Hirata <kazu@google.com>
Sat, 30 Oct 2021 15:43:39 +0000 (08:43 -0700)
committerKazu Hirata <kazu@google.com>
Sat, 30 Oct 2021 15:43:39 +0000 (08:43 -0700)
llvm/lib/Target/Hexagon/AsmParser/HexagonAsmParser.cpp

index 22b4621..3a0ded7 100644 (file)
@@ -211,10 +211,6 @@ struct HexagonOperand : public MCParsedAsmOperand {
     const MCExpr *Val;
   };
 
-  struct InstTy {
-    OperandVector *SubInsts;
-  };
-
   union {
     struct TokTy Tok;
     struct RegTy Reg;