mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-21 21:29:41 +00:00
Hexagon: Remove unused InstrMapping.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231809 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8e7d56f6f7
commit
7b3db42f63
@ -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
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
Loading…
x
Reference in New Issue
Block a user