diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-10-14 22:32:24 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-10-14 22:32:24 +0000 |
commit | 45a68268a40310dac90d751d40c74c5e81e15a01 (patch) | |
tree | 90e3ac8a1071a4b6ddcb18c6d60b1b49a50e5513 /lib | |
parent | 009d3f400cf0538be8369d17b76092817261585f (diff) | |
download | external_llvm-45a68268a40310dac90d751d40c74c5e81e15a01.zip external_llvm-45a68268a40310dac90d751d40c74c5e81e15a01.tar.gz external_llvm-45a68268a40310dac90d751d40c74c5e81e15a01.tar.bz2 |
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
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Target/Sparc/SparcInstrFormats.td | 1 | ||||
-rw-r--r-- | lib/Target/SparcV8/SparcV8InstrFormats.td | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/Sparc/SparcInstrFormats.td b/lib/Target/Sparc/SparcInstrFormats.td index f1b90f5..14c10fb 100644 --- a/lib/Target/Sparc/SparcInstrFormats.td +++ b/lib/Target/Sparc/SparcInstrFormats.td @@ -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; diff --git a/lib/Target/SparcV8/SparcV8InstrFormats.td b/lib/Target/SparcV8/SparcV8InstrFormats.td index f1b90f5..14c10fb 100644 --- a/lib/Target/SparcV8/SparcV8InstrFormats.td +++ b/lib/Target/SparcV8/SparcV8InstrFormats.td @@ -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; |