summaryrefslogtreecommitdiffstats
path: root/include/llvm/Target/TargetSelectionDAG.td
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
commite1b469170bb3ab259fd488fb95c29efe802cdd6a (patch)
treeb3c98585bc4d30950a3c48ba9c865c47792aec89 /include/llvm/Target/TargetSelectionDAG.td
parent77c489dcae2d7906fae653e2d25e023004d1b9e4 (diff)
downloadexternal_llvm-e1b469170bb3ab259fd488fb95c29efe802cdd6a.zip
external_llvm-e1b469170bb3ab259fd488fb95c29efe802cdd6a.tar.gz
external_llvm-e1b469170bb3ab259fd488fb95c29efe802cdd6a.tar.bz2
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73078 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Target/TargetSelectionDAG.td')
-rw-r--r--include/llvm/Target/TargetSelectionDAG.td1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Target/TargetSelectionDAG.td b/include/llvm/Target/TargetSelectionDAG.td
index 2cd2967..364d4d0 100644
--- a/include/llvm/Target/TargetSelectionDAG.td
+++ b/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;