From 0995479e67246b18c993b132c7be67f770dfed0b Mon Sep 17 00:00:00 2001 From: Elena Demikhovsky Date: Sun, 1 Mar 2015 08:23:41 +0000 Subject: Reverted 230471 - gather scatter handling in table gen. llvm-svn: 230892 --- llvm/utils/TableGen/CodeGenInstruction.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'llvm/utils/TableGen/CodeGenInstruction.cpp') diff --git a/llvm/utils/TableGen/CodeGenInstruction.cpp b/llvm/utils/TableGen/CodeGenInstruction.cpp index b1e4318..10602964 100644 --- a/llvm/utils/TableGen/CodeGenInstruction.cpp +++ b/llvm/utils/TableGen/CodeGenInstruction.cpp @@ -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); -- cgit v1.1