Change instruction description to split OperandList into OutOperandList and
[oota-llvm.git] / utils / TableGen / CodeGenInstruction.h
index 3f59c23a8781e9cbf95ddc56b93c7cfec2c7033d..99da8d6e49a8737c79a174982b85db79a17c11cb 100644 (file)
@@ -76,6 +76,10 @@ namespace llvm {
           MINumOperands(MINO), MIOperandInfo(MIOI) {}
     };
 
+    /// NumDefs - Number of def operands declared.
+    ///
+    unsigned NumDefs;
+
     /// OperandList - The list of declared operands, along with their declared
     /// type (which is a record).
     std::vector<OperandInfo> OperandList;