add a new SDVTList type and new SelectionDAG::getVTList methods to streamline
authorChris Lattner <sabre@nondot.org>
Tue, 15 Aug 2006 17:46:01 +0000 (17:46 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 15 Aug 2006 17:46:01 +0000 (17:46 +0000)
commit70046e920fa37989a041af663ada2b2b646e258f
tree8863c7636b6d666f5b7dd62d1e161366b94554e5
parent80d9244b093c7592519a2e0846c7fecefc1693e7
add a new SDVTList type and new SelectionDAG::getVTList methods to streamline
the creation of canonical VTLists.

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