JIT should print LLVM each function before selecting instructions for it.
[oota-llvm.git] / lib / Target / Sparc / SparcInstrFormats.td
index f1b90f54db614ea6b440497f1c88ff625b3555fd..14c10fb23b5b51601f636fcafa327470e1531b69 100644 (file)
@@ -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;