mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-14 23:48:56 +00:00
Class F2_1 already inherits the imm22 field from class F2
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17001 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
009d3f400c
commit
45a68268a4
@ -23,7 +23,6 @@ class F2 : InstV8 { // Format 2 instructions
|
||||
//
|
||||
class F2_1<bits<3> op2Val, string name> : F2 {
|
||||
bits<5> rd;
|
||||
bits<22> imm;
|
||||
|
||||
let op2 = op2Val;
|
||||
let Name = name;
|
||||
|
@ -23,7 +23,6 @@ class F2 : InstV8 { // Format 2 instructions
|
||||
//
|
||||
class F2_1<bits<3> op2Val, string name> : F2 {
|
||||
bits<5> rd;
|
||||
bits<22> imm;
|
||||
|
||||
let op2 = op2Val;
|
||||
let Name = name;
|
||||
|
Loading…
Reference in New Issue
Block a user