summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-10-14 22:32:24 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-10-14 22:32:24 +0000
commitb34fcdaa46c91fba8471251b66eb02d776ff2c80 (patch)
treefc33303a1eb74ff86e18f3ed9c800d384ef0a2fb /llvm/lib
parent7183fc3a8489fd4e7c77362b03047ae10b00d8cc (diff)
downloadbcm5719-llvm-b34fcdaa46c91fba8471251b66eb02d776ff2c80.tar.gz
bcm5719-llvm-b34fcdaa46c91fba8471251b66eb02d776ff2c80.zip
Class F2_1 already inherits the imm22 field from class F2
llvm-svn: 17001
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/SparcV8/SparcV8InstrFormats.td1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/SparcV8/SparcV8InstrFormats.td b/llvm/lib/Target/SparcV8/SparcV8InstrFormats.td
index f1b90f54db6..14c10fb23b5 100644
--- a/llvm/lib/Target/SparcV8/SparcV8InstrFormats.td
+++ b/llvm/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;
OpenPOWER on IntegriCloud