CALLSEQ_START/END nodes don't get memoized, do not add them in when
authorChris Lattner <sabre@nondot.org>
Wed, 30 Nov 2005 18:20:52 +0000 (18:20 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 30 Nov 2005 18:20:52 +0000 (18:20 +0000)
commitc85a9f37e92f972467962c82c08cc083c344243f
treeda50012ce5c76490ca8f9f25c46ded9e8e1485e6
parent72d32c222c522e7e176e273c794aa81972b205e0
CALLSEQ_START/END nodes don't get memoized, do not add them in when
replaceAllUses'ing.

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