diff options
| author | David Greene <greened@obbligato.org> | 2009-06-08 20:23:18 +0000 |
|---|---|---|
| committer | David Greene <greened@obbligato.org> | 2009-06-08 20:23:18 +0000 |
| commit | e1b469170bb3ab259fd488fb95c29efe802cdd6a (patch) | |
| tree | b3c98585bc4d30950a3c48ba9c865c47792aec89 /include/llvm/Target | |
| parent | 77c489dcae2d7906fae653e2d25e023004d1b9e4 (diff) | |
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')
| -rw-r--r-- | include/llvm/Target/TargetSelectionDAG.td | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Target/TargetSelectionDAG.td b/include/llvm/Target/TargetSelectionDAG.td index 2cd29676db..364d4d0d3c 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; |
