Add a variant of getTargetNode() that takes a vector of MVT::ValueType.
authorEvan Cheng <evan.cheng@apple.com>
Fri, 5 Oct 2007 01:10:49 +0000 (01:10 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 5 Oct 2007 01:10:49 +0000 (01:10 +0000)
commit39305cf55363046162c5a992f96f26d607a204e5
tree4ee6051271a909a0779ad9a991e6c2c39da52d83
parentdaccea18ca8357b4193ac3ba42a168e650b807e0
Add a variant of getTargetNode() that takes a vector of MVT::ValueType.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42620 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/SelectionDAG.h
lib/CodeGen/SelectionDAG/SelectionDAG.cpp