Replace TargetInstrInfo::CanBeDuplicated() with a M_NOT_DUPLICABLE bit.
[oota-llvm.git] / utils / TableGen / CodeGenInstruction.h
index 62b2ee7c790b292a3c92ce9389d869ab0475f902..54d9b3fea7b7f1fb30dc22f6e7c4dbdc4dfc9b95 100644 (file)
@@ -98,6 +98,7 @@ namespace llvm {
     bool hasCtrlDep;
     bool noResults;
     bool clobbersPred;
+    bool isNotDuplicable;
     
     /// ParseOperandName - Parse an operand name like "$foo" or "$foo.bar",
     /// where $foo is a whole operand and $foo.bar refers to a suboperand.