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 | b34fcdaa46c91fba8471251b66eb02d776ff2c80 (patch) | |
| tree | fc33303a1eb74ff86e18f3ed9c800d384ef0a2fb /llvm/lib | |
| parent | 7183fc3a8489fd4e7c77362b03047ae10b00d8cc (diff) | |
| download | bcm5719-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.td | 1 |
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; |

