[Hexagon] Fixing store instructions and reenabling a few more tests.
[oota-llvm.git] / lib / Target / Hexagon / HexagonInstrFormats.td
index c47741cca60476c4033e10f5755ae87a0bd30ee5..3c5ec1701dc229723958fc866c0154429f128bb3 100644 (file)
@@ -188,7 +188,6 @@ class InstHexagon<dag outs, dag ins, string asmstr, list<dag> pattern,
   string PNewValue = "";
   string NValueST  = "";    // Set to "true" for new-value stores.
   string InputType = "";    // Input is "imm" or "reg" type.
-  string isMEMri = "false"; // Set to "true" for load/store with MEMri operand.
   string isFloat = "false"; // Set to "true" for the floating-point load/store.
   string isBrTaken = !if(isTaken, "true", "false"); // Set to "true"/"false" for jump instructions