[Hexagon] Adding encodings for JR class instructions. Updating complier usages.
[oota-llvm.git] / lib / Target / Hexagon / HexagonInstrFormats.td
index cc27c4c8ed8526f3ddff9784eca94c5d3b514760..09d60c650f09e58caf4f1403d9f4bc43e97c6c88 100644 (file)
@@ -186,7 +186,7 @@ class InstHexagon<dag outs, dag ins, string asmstr, list<dag> pattern,
   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 = ""; // Set to "true"/"false" for jump instructions
+  string isBrTaken = !if(isTaken, "true", "false"); // Set to "true"/"false" for jump instructions
 
   let PredSense = !if(isPredicated, !if(isPredicatedFalse, "false", "true"),
                                     "");