From 45a68268a40310dac90d751d40c74c5e81e15a01 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Thu, 14 Oct 2004 22:32:24 +0000 Subject: [PATCH] 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 --- lib/Target/Sparc/SparcInstrFormats.td | 1 - lib/Target/SparcV8/SparcV8InstrFormats.td | 1 - 2 files changed, 2 deletions(-) diff --git a/lib/Target/Sparc/SparcInstrFormats.td b/lib/Target/Sparc/SparcInstrFormats.td index f1b90f54db6..14c10fb23b5 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 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 f1b90f54db6..14c10fb23b5 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 op2Val, string name> : F2 { bits<5> rd; - bits<22> imm; let op2 = op2Val; let Name = name;