remove parallel support.
[oota-llvm.git] / utils / TableGen / CodeGenInstruction.h
index 8e7051bcda2f4be215d09a3092084ea4115e867b..c369123dd6948006c2357971a4e31816e6b9cf0d 100644 (file)
@@ -114,6 +114,10 @@ namespace llvm {
     /// type (which is a record).
     std::vector<OperandInfo> OperandList;
 
+    /// ImplicitDefs/ImplicitUses - These are lists of registers that are
+    /// implicitly defined and used by the instruction.
+    std::vector<Record*> ImplicitDefs, ImplicitUses;
+
     // Various boolean values we track for the instruction.
     bool isReturn;
     bool isBranch;