aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/DAGISelEmitter.h
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2006-10-11 21:02:01 +0000
committerEvan Cheng <evan.cheng@apple.com>2006-10-11 21:02:01 +0000
commit94b3040fef9475c74b877fb32cb45200cea273bb (patch)
tree7e8fa9cab9871b355dfc7d14071b9ad4803d6018 /utils/TableGen/DAGISelEmitter.h
parent7aed46c25b9c1527b4112e71060f35c4f9c6b024 (diff)
downloadexternal_llvm-94b3040fef9475c74b877fb32cb45200cea273bb.zip
external_llvm-94b3040fef9475c74b877fb32cb45200cea273bb.tar.gz
external_llvm-94b3040fef9475c74b877fb32cb45200cea273bb.tar.bz2
Added properties such as SDNPHasChain to ComplexPattern.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30890 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/DAGISelEmitter.h')
-rw-r--r--utils/TableGen/DAGISelEmitter.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/utils/TableGen/DAGISelEmitter.h b/utils/TableGen/DAGISelEmitter.h
index 056c11d..e503036 100644
--- a/utils/TableGen/DAGISelEmitter.h
+++ b/utils/TableGen/DAGISelEmitter.h
@@ -106,10 +106,6 @@ namespace llvm {
return TypeConstraints;
}
- // SelectionDAG node properties.
- enum SDNP { SDNPCommutative, SDNPAssociative, SDNPHasChain,
- SDNPOutFlag, SDNPInFlag, SDNPOptInFlag };
-
/// hasProperty - Return true if this node has the specified property.
///
bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); }