No need for noResults anymore.
[oota-llvm.git] / utils / TableGen / CodeGenTarget.cpp
index 268711da53b3f47ef081a1fda8e5ee63855b3c0e..c2e736968ef0a6adcd9b7a37c3abac9215044fe8 100644 (file)
@@ -369,7 +369,6 @@ CodeGenInstruction::CodeGenInstruction(Record *R, const std::string &AsmStr)
   hasDelaySlot = R->getValueAsBit("hasDelaySlot");
   usesCustomDAGSchedInserter = R->getValueAsBit("usesCustomDAGSchedInserter");
   hasCtrlDep   = R->getValueAsBit("hasCtrlDep");
-  noResults    = R->getValueAsBit("noResults");
   isNotDuplicable = R->getValueAsBit("isNotDuplicable");
   hasOptionalDef = false;
   hasVariableNumberOfOperands = false;