Update the .cvs files.
[oota-llvm.git] / lib / Target / CellSPU / SPUOperands.td
index aae79b509a17e2bbd7431ff39ffc6d3eba169f27..d17faac861fbfc3142e181b4fa3345ff0cc13122 100644 (file)
@@ -559,6 +559,10 @@ def rotNeg7imm_i16 : Operand<i16> {
   let PrintMethod = "printROTNeg7Imm";
 }
 
+def rotNeg7imm_i8 : Operand<i8> {
+  let PrintMethod = "printROTNeg7Imm";
+}
+
 def target : Operand<OtherVT> {
   let PrintMethod = "printBranchOperand";
 }