diff options
-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 f1b90f54db..14c10fb23b 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 f1b90f54db..14c10fb23b 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; |