memoize all nodes, even null Value* nodes. Do not add two token chain outputs
authorChris Lattner <sabre@nondot.org>
Mon, 9 May 2005 04:14:13 +0000 (04:14 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 9 May 2005 04:14:13 +0000 (04:14 +0000)
commit0437cdd6dc204a77854a61bf19f33cd272224d10
tree9cf79e323e8b7962914ca4856a2bd557e30dc4ce
parent369e6db9b6033bb60519b0ad84afeacc9ec9b416
memoize all nodes, even null Value* nodes.  Do not add two token chain outputs

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