Hexagon: Remove unused InstrMapping.

llvm-svn: 231809
This commit is contained in:
Benjamin Kramer 2015-03-10 18:19:16 +00:00
parent f196c93172
commit 9d1f2dfec7
1 changed files with 0 additions and 8 deletions

View File

@ -168,14 +168,6 @@ def getRegForm : InstrMapping {
let ValueCols = [["reg"]];
}
def getRegShlForm : InstrMapping {
let FilterClass = "ImmRegShl";
let RowFields = ["CextOpcode", "PredSense", "PNewValue", "isNVStore"];
let ColFields = ["InputType"];
let KeyCol = ["imm"];
let ValueCols = [["reg"]];
}
//===----------------------------------------------------------------------===//
// Register File, Calling Conv, Instruction Descriptions
//===----------------------------------------------------------------------===//