Hexagon: Fix switch cases in HexagonVLIWPacketizer.cpp.
[oota-llvm.git] / lib / Target / Hexagon / Hexagon.td
index 9b3a64316aa0969e277666136b2d7a8e76f93779..6c7f963b53411f6a47c0958903d9189732bdb508 100644 (file)
@@ -126,9 +126,9 @@ def getPredNewOpcode : InstrMapping {
 def getNewValueOpcode : InstrMapping {
   let FilterClass = "NewValueRel";
   let RowFields = ["BaseOpcode", "PredSense", "PNewValue"];
-  let ColFields = ["isNVStore"];
-  let KeyCol = ["0"];
-  let ValueCols = [["1"]];
+  let ColFields = ["NValueST"];
+  let KeyCol = ["false"];
+  let ValueCols = [["true"]];
 }
 
 def getBasedWithImmOffset : InstrMapping {