Remove the obsolete SelectionDAG::getNodeValueTypes and simplify
authorDan Gohman <gohman@apple.com>
Thu, 9 Apr 2009 23:54:40 +0000 (23:54 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 9 Apr 2009 23:54:40 +0000 (23:54 +0000)
commitfc1665793e62eb4f26d24b8a19eecf59cd872e2a
tree6a1266ab0ba27298fa911f528f7bfba679c266ac
parent168840662e66ef8eaff6cd6a9389c4451f606e73
Remove the obsolete SelectionDAG::getNodeValueTypes and simplify
code that uses it by using SelectionDAG::getVTList instead.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68744 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/SelectionDAG.h
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp
lib/Target/Mips/MipsISelLowering.cpp
lib/Target/X86/X86ISelLowering.cpp