summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/CodeGenInstruction.h
diff options
context:
space:
mode:
authorElena Demikhovsky <elena.demikhovsky@intel.com>2015-03-01 08:23:41 +0000
committerElena Demikhovsky <elena.demikhovsky@intel.com>2015-03-01 08:23:41 +0000
commit0995479e67246b18c993b132c7be67f770dfed0b (patch)
treebe94b861863afb30c58eac2260c04fa130d8fa44 /llvm/utils/TableGen/CodeGenInstruction.h
parent02ffd26023f75cd0a96072ed1444c78eb284cd0b (diff)
downloadbcm5719-llvm-0995479e67246b18c993b132c7be67f770dfed0b.tar.gz
bcm5719-llvm-0995479e67246b18c993b132c7be67f770dfed0b.zip
Reverted 230471 - gather scatter handling in table gen.
llvm-svn: 230892
Diffstat (limited to 'llvm/utils/TableGen/CodeGenInstruction.h')
-rw-r--r--llvm/utils/TableGen/CodeGenInstruction.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/CodeGenInstruction.h b/llvm/utils/TableGen/CodeGenInstruction.h
index 82b23f465f3..bdbe546ec97 100644
--- a/llvm/utils/TableGen/CodeGenInstruction.h
+++ b/llvm/utils/TableGen/CodeGenInstruction.h
@@ -255,7 +255,6 @@ namespace llvm {
bool isRegSequence : 1;
bool isExtractSubreg : 1;
bool isInsertSubreg : 1;
- bool hasTwoExplicitDefs : 1;
std::string DeprecatedReason;
bool HasComplexDeprecationPredicate;
OpenPOWER on IntegriCloud