Class F2_1 already inherits the imm22 field from class F2

llvm-svn: 17001
This commit is contained in:
Misha Brukman 2004-10-14 22:32:24 +00:00
parent 4e691d2adb
commit 7b29a7bc80

View File

@ -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;