Revert r239095 incorrect test tree.
[oota-llvm.git] / lib / Target / Hexagon / MCTargetDesc / HexagonBaseInfo.h
index 4f84e0d79e6255625b9bc0d040a9ceed737164c6..342a61190e642a2a0f0029491c9f6132d4992f3c 100644 (file)
@@ -43,7 +43,6 @@ namespace HexagonII {
     TypeXTYPE   = 8,
     TypeMEMOP   = 9,
     TypeNV      = 10,
-    TypeDUPLEX  = 11,
     TypePREFIX  = 30, // Such as extenders.
     TypeENDLOOP = 31  // Such as end of a HW loop.
   };
@@ -191,17 +190,6 @@ namespace HexagonII {
     MO_GPREL
   };
 
-  // Hexagon Sub-instruction classes.
-  enum SubInstructionGroup {
-    HSIG_None = 0,
-    HSIG_L1,
-    HSIG_L2,
-    HSIG_S1,
-    HSIG_S2,
-    HSIG_A,
-    HSIG_Compound
-  };
-
   enum InstParseBits {
     INST_PARSE_MASK       = 0x0000c000,
     INST_PARSE_PACKET_END = 0x0000c000,