Reverted 230471 - gather scatter handling in table gen.
[oota-llvm.git] / utils / TableGen / CodeGenInstruction.cpp
index b1e4318363426a22883abf03343a2c1117b3abf4..10602964e485003c7698131722a3c861bfdea999 100644 (file)
@@ -320,7 +320,6 @@ CodeGenInstruction::CodeGenInstruction(Record *R)
   isRegSequence = R->getValueAsBit("isRegSequence");
   isExtractSubreg = R->getValueAsBit("isExtractSubreg");
   isInsertSubreg = R->getValueAsBit("isInsertSubreg");
-  hasTwoExplicitDefs = R->getValueAsBit("hasTwoExplicitDefs");
 
   bool Unset;
   mayLoad      = R->getValueAsBitOrUnset("mayLoad", Unset);