Remove isImplicitDef TargetInstrDesc flag.
[oota-llvm.git] / utils / TableGen / CodeGenInstruction.cpp
index 8b70647907743ba3ae615d86c249fa34c81f792c..53daf9d94463bb0bae3b9cae756c31fe3a5c5bca 100644 (file)
@@ -86,7 +86,6 @@ CodeGenInstruction::CodeGenInstruction(Record *R, const std::string &AsmStr)
   isSimpleLoad = R->getValueAsBit("isSimpleLoad");
   mayLoad      = R->getValueAsBit("mayLoad");
   mayStore     = R->getValueAsBit("mayStore");
-  isImplicitDef= R->getValueAsBit("isImplicitDef");
   bool isTwoAddress = R->getValueAsBit("isTwoAddress");
   isPredicable = R->getValueAsBit("isPredicable");
   isConvertibleToThreeAddress = R->getValueAsBit("isConvertibleToThreeAddress");