summaryrefslogtreecommitdiffstats
path: root/llvm/include
diff options
context:
space:
mode:
authorDavid Greene <greened@obbligato.org>2009-06-08 20:23:18 +0000
committerDavid Greene <greened@obbligato.org>2009-06-08 20:23:18 +0000
commit8618f95cafbda6b205625eb8cc8447ebf91f419d (patch)
tree3d3d7f84c91bfc4a2a5ee7513c6340c009faecca /llvm/include
parent096e6eeb6800163edaefd15cd2763d29f9c14c2e (diff)
downloadbcm5719-llvm-8618f95cafbda6b205625eb8cc8447ebf91f419d.tar.gz
bcm5719-llvm-8618f95cafbda6b205625eb8cc8447ebf91f419d.zip
Make IntInits and ListInits typed. This helps deduce types of !if and
other operators. For the rare cases where a list type cannot be deduced, provide a []<type> syntax, where <type> is the list element type. llvm-svn: 73078
Diffstat (limited to 'llvm/include')
-rw-r--r--llvm/include/llvm/Target/TargetSelectionDAG.td1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/include/llvm/Target/TargetSelectionDAG.td b/llvm/include/llvm/Target/TargetSelectionDAG.td
index 2cd29676dbf..364d4d0d3cc 100644
--- a/llvm/include/llvm/Target/TargetSelectionDAG.td
+++ b/llvm/include/llvm/Target/TargetSelectionDAG.td
@@ -228,6 +228,7 @@ class SDNode<string opcode, SDTypeProfile typeprof,
SDTypeProfile TypeProfile = typeprof;
}
+// Special TableGen-recognized dag nodes
def set;
def implicit;
def parallel;
OpenPOWER on IntegriCloud