summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Target')
-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