Changes in directory llvm/lib/Target:

Target.td updated: 1.87 -> 1.88
---
Log message:

remove dead var


---
Diffs of the changes:  (+0 -1)

 Target.td |    1 -
 1 files changed, 1 deletion(-)


Index: llvm/lib/Target/Target.td
diff -u llvm/lib/Target/Target.td:1.87 llvm/lib/Target/Target.td:1.88
--- llvm/lib/Target/Target.td:1.87      Tue Oct 31 18:26:27 2006
+++ llvm/lib/Target/Target.td   Fri Nov  3 17:50:15 2006
@@ -213,7 +213,6 @@
 class Operand<ValueType ty> {
   ValueType Type = ty;
   string PrintMethod = "printOperand";
-  int NumMIOperands = 1;
   dag MIOperandInfo = (ops);
 }
 



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to